Skip to content

Commit 6fc1dcc

Browse files
committed
Rename libshadowsocks to libshadowsocks-libev
1 parent fde3ea4 commit 6fc1dcc

File tree

4 files changed

+97
-91
lines changed

4 files changed

+97
-91
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Description: lightweight and secure socks5 proxy
1717
Shadowsocks-libev is a lightweight and secure socks5 proxy for
1818
embedded devices and low end boxes.
1919

20-
Package: libshadowsocks1
20+
Package: libshadowsocks-libev1
2121
Architecture: any
2222
Multi-Arch: same
2323
Section: libs
@@ -31,7 +31,7 @@ Description: lightweight and secure socks5 proxy (shared library)
3131
.
3232
This package provides shared libraries.
3333

34-
Package: libshadowsocks-dev
34+
Package: libshadowsocks-libev-dev
3535
Architecture: any
3636
Section: libdevel
3737
Priority: extra

shadowsocks-libev.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ URL: http://shadowsocks.org
99
Version: @VERSION@
1010
Requires:
1111
Cflags: -I${includedir}
12-
Libs: -L${libdir} -lshadowsocks -lcrypto
12+
Libs: -L${libdir} -lshadowsocks-libev -lcrypto

src/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ ss_redir_LDADD += $(top_builddir)/libudns/libudns.la
104104
endif
105105
endif
106106

107-
lib_LTLIBRARIES = libshadowsocks.la
108-
libshadowsocks_la_SOURCES = $(ss_local_SOURCES)
109-
libshadowsocks_la_CFLAGS = $(ss_local_CFLAGS) -DLIB_ONLY
110-
libshadowsocks_la_LDFLAGS = -version-info $(VERSION_INFO)
111-
libshadowsocks_la_LIBADD = $(ss_local_LDADD)
107+
lib_LTLIBRARIES = libshadowsocks-libev.la
108+
libshadowsocks_libev_la_SOURCES = $(ss_local_SOURCES)
109+
libshadowsocks_libev_la_CFLAGS = $(ss_local_CFLAGS) -DLIB_ONLY
110+
libshadowsocks_libev_la_LDFLAGS = -version-info $(VERSION_INFO)
111+
libshadowsocks_libev_la_LIBADD = $(ss_local_LDADD)
112112
include_HEADERS = shadowsocks.h

0 commit comments

Comments
 (0)