Commit e592c71c authored by Mark Stevens's avatar Mark Stevens
Browse files

point to lib folder

parent e2364f97
......@@ -4,24 +4,24 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libwebsockets
LOCAL_CFLAGS := -DLWS_BUILTIN_GETIFADDRS
LOCAL_C_INCLUDES:= $(LOCAL_PATH)/../../../shared/
LOCAL_C_INCLUDES:= $(LOCAL_PATH)/lib/
libwebsockets
LOCAL_SRC_FILES := \
../../../shared/libwebsockets/base64-decode.c \
../../../shared/libwebsockets/client.c \
../../../shared/libwebsockets/client-handshake.c \
../../../shared/libwebsockets/client-parser.c \
../../../shared/libwebsockets/daemonize.c \
../../../shared/libwebsockets/extension.c \
../../../shared/libwebsockets/extension-deflate-frame.c \
../../../shared/libwebsockets/extension-deflate-stream.c \
../../../shared/libwebsockets/getifaddrs.c \
../../../shared/libwebsockets/handshake.c \
../../../shared/libwebsockets/libwebsockets.c \
../../../shared/libwebsockets/md5.c \
../../../shared/libwebsockets/minilex.c \
../../../shared/libwebsockets/output.c \
../../../shared/libwebsockets/parsers.c \
../../../shared/libwebsockets/sha-1.c
lib/base64-decode.c \
lib/client.c \
lib/client-handshake.c \
lib/client-parser.c \
lib/daemonize.c \
lib/extension.c \
lib/extension-deflate-frame.c \
lib/extension-deflate-stream.c \
lib/getifaddrs.c \
lib/handshake.c \
lib/libwebsockets.c \
lib/md5.c \
lib/minilex.c \
lib/output.c \
lib/parsers.c \
lib/sha-1.c
include $(BUILD_STATIC_LIBRARY)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment