mirror of
https://github.com/shadowsocks/simple-obfs.git
synced 2026-02-09 01:59:16 +08:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
if USE_SYSTEM_SHARED_LIB
|
|
SUBDIRS = libcork src
|
|
else
|
|
SUBDIRS = libsodium libcork libudns libev src
|
|
endif
|
|
|
|
if ENABLE_DOCUMENTATION
|
|
SUBDIRS += doc
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|