Browse Source

Fix build

pull/2628/head
Mygod 4 years ago
parent
commit
1c818ebca7
2 changed files with 3 additions and 4 deletions
  1. 6
      src/Makefile.am
  2. 1
      src/local.h

6
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

1
src/local.h

@ -37,7 +37,6 @@
#include "crypto.h"
#include "jconf.h"
#include "protocol.h"
#include "common.h"

Loading…
Cancel
Save