Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 1, 2017
1 parent 4d25f17 commit 833594e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
shadowsocks-libev (3.0.0-1) unstable; urgency=medium

* Deprecate dependencies of OpenSSL and PolarSSL.
* Drop dependencies of OpenSSL and PolarSSL.
* Deprecate OTA (One-Time-Auth).
* Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
chacha20-poly1305 and chacha20-ieft-poly1305.
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
shadowsocks-libev (3.0.0-1) unstable; urgency=medium

* Deprecate dependencies of OpenSSL and PolarSSL.
* Drop dependencies of OpenSSL and PolarSSL.
* Deprecate OTA (One-Time-Auth).
* Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
chacha20-poly1305 and chacha20-ieft-poly1305.
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 json.h netutils.h redir.h server.h tls.h uthash.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 \
common.h jconf.h manager.h protocol.h rule.h socks5.h udprelay.h
EXTRA_DIST = ss-nat

0 comments on commit 833594e

Please sign in to comment.