Commit f7e2f869 authored by Max Lv's avatar Max Lv

Add missing rules of base64.c

parent 2d861222
...@@ -249,7 +249,7 @@ include $(CLEAR_VARS) ...@@ -249,7 +249,7 @@ include $(CLEAR_VARS)
SHADOWSOCKS_SOURCES := local.c \ SHADOWSOCKS_SOURCES := local.c \
cache.c udprelay.c utils.c netutils.c json.c jconf.c \ cache.c udprelay.c utils.c netutils.c json.c jconf.c \
acl.c http.c tls.c rule.c \ acl.c http.c tls.c rule.c \
crypto.c aead.c stream.c \ crypto.c aead.c stream.c base64.c \
plugin.c \ plugin.c \
android.c android.c
...@@ -285,7 +285,7 @@ include $(CLEAR_VARS) ...@@ -285,7 +285,7 @@ include $(CLEAR_VARS)
SHADOWSOCKS_SOURCES := tunnel.c \ SHADOWSOCKS_SOURCES := tunnel.c \
cache.c udprelay.c utils.c netutils.c json.c jconf.c \ cache.c udprelay.c utils.c netutils.c json.c jconf.c \
crypto.c aead.c stream.c \ crypto.c aead.c stream.c base64.c \
plugin.c \ plugin.c \
android.c android.c
......
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