diff --git a/src/Makefile.am b/src/Makefile.am index cf7f1240..c261ed0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,7 +109,7 @@ libshadowsocks_libev_la_LDFLAGS = -version-info $(VERSION_INFO) libshadowsocks_libev_la_LIBADD = $(ss_local_LDADD) include_HEADERS = shadowsocks.h -noinst_HEADERS = acl.h crypto.h stream.h aead.h json.h netutils.h redir.h server.h tls.h uthash.h \ - cache.h http.h local.h plugin.h resolv.h tunnel.h utils.h base64.h ppbloom.h \ - common.h jconf.h manager.h protocol.h rule.h socks5.h udprelay.h winsock.h +noinst_HEADERS = acl.h crypto.h stream.h aead.h json.h netutils.h redir.h server.h uthash.h \ + cache.h local.h plugin.h resolv.h tunnel.h utils.h base64.h ppbloom.h \ + common.h jconf.h manager.h rule.h socks5.h udprelay.h winsock.h EXTRA_DIST = ss-nat diff --git a/src/local.h b/src/local.h index 9f0a16f7..96ee92a5 100644 --- a/src/local.h +++ b/src/local.h @@ -37,7 +37,6 @@ #include "crypto.h" #include "jconf.h" -#include "protocol.h" #include "common.h"