Commit 8374a8cd authored by Mygod's avatar Mygod

Fix building

parent 7feb049f
...@@ -385,6 +385,7 @@ include $(CLEAR_VARS) ...@@ -385,6 +385,7 @@ include $(CLEAR_VARS)
SHADOWSOCKS_SOURCES := local.c cache.c udprelay.c encrypt.c \ SHADOWSOCKS_SOURCES := local.c cache.c udprelay.c encrypt.c \
utils.c netutils.c json.c jconf.c acl.c http.c tls.c rule.c \ utils.c netutils.c json.c jconf.c acl.c http.c tls.c rule.c \
obfs_http.c obfs_tls.c base64.c \
android.c android.c
LOCAL_MODULE := ss-local LOCAL_MODULE := ss-local
...@@ -417,7 +418,7 @@ include $(BUILD_EXECUTABLE) ...@@ -417,7 +418,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS) include $(CLEAR_VARS)
SHADOWSOCKS_SOURCES := tunnel.c cache.c udprelay.c encrypt.c utils.c netutils.c json.c jconf.c android.c SHADOWSOCKS_SOURCES := tunnel.c cache.c udprelay.c encrypt.c utils.c netutils.c json.c jconf.c android.c obfs_http.c obfs_tls.c base64.c
LOCAL_MODULE := ss-tunnel LOCAL_MODULE := ss-tunnel
LOCAL_SRC_FILES := $(addprefix shadowsocks-libev/src/, $(SHADOWSOCKS_SOURCES)) LOCAL_SRC_FILES := $(addprefix shadowsocks-libev/src/, $(SHADOWSOCKS_SOURCES))
......
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