Skip to content

Commit

Permalink
Rename libshadowsocks to libshadowsocks-libev
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jun 1, 2016
1 parent fde3ea4 commit 6fc1dcc
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 91 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description: lightweight and secure socks5 proxy
Shadowsocks-libev is a lightweight and secure socks5 proxy for
embedded devices and low end boxes.

Package: libshadowsocks1
Package: libshadowsocks-libev1
Architecture: any
Multi-Arch: same
Section: libs
Expand All @@ -31,7 +31,7 @@ Description: lightweight and secure socks5 proxy (shared library)
.
This package provides shared libraries.

Package: libshadowsocks-dev
Package: libshadowsocks-libev-dev
Architecture: any
Section: libdevel
Priority: extra
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-libev.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ URL: http://shadowsocks.org
Version: @VERSION@
Requires:
Cflags: -I${includedir}
Libs: -L${libdir} -lshadowsocks -lcrypto
Libs: -L${libdir} -lshadowsocks-libev -lcrypto
10 changes: 5 additions & 5 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ ss_redir_LDADD += $(top_builddir)/libudns/libudns.la
endif
endif

lib_LTLIBRARIES = libshadowsocks.la
libshadowsocks_la_SOURCES = $(ss_local_SOURCES)
libshadowsocks_la_CFLAGS = $(ss_local_CFLAGS) -DLIB_ONLY
libshadowsocks_la_LDFLAGS = -version-info $(VERSION_INFO)
libshadowsocks_la_LIBADD = $(ss_local_LDADD)
lib_LTLIBRARIES = libshadowsocks-libev.la
libshadowsocks_libev_la_SOURCES = $(ss_local_SOURCES)
libshadowsocks_libev_la_CFLAGS = $(ss_local_CFLAGS) -DLIB_ONLY
libshadowsocks_libev_la_LDFLAGS = -version-info $(VERSION_INFO)
libshadowsocks_libev_la_LIBADD = $(ss_local_LDADD)
include_HEADERS = shadowsocks.h
Loading

0 comments on commit 6fc1dcc

Please sign in to comment.