You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
12 lines
346 B
if USE_SYSTEM_SHARED_LIB
|
|
SUBDIRS = libcork libipset src
|
|
else
|
|
SUBDIRS = libsodium libcork libipset libudns libev src
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
man_MANS = man/shadowsocks-libev.8 man/ss-server.1 man/ss-local.1 man/ss-redir.1\
|
|
man/ss-manager.1 man/ss-tunnel.1
|
|
|
|
pkgconfiglibdir = $(libdir)/pkgconfig
|
|
pkgconfiglib_DATA = shadowsocks-libev.pc
|