1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-19 05:19:54 +00:00
transmission/third-party/Makefile.am
Charles Kerr 677dc73eac
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
2020-08-11 13:11:55 -05:00

30 lines
433 B
Makefile

if BUILD_DHT
DHT_DIR = dht
endif
if BUILD_B64
B64_DIR = libb64
endif
if BUILD_UTP
UTP_DIR = libutp
endif
if BUILD_MINIUPNP
MINIUPNP_DIR = miniupnpc
endif
if BUILD_NATPMP
NATPMP_DIR = libnatpmp
endif
SUBDIRS = \
$(DHT_DIR) \
$(B64_DIR) \
$(NATPMP_DIR) \
$(MINIUPNP_DIR) \
$(UTP_DIR)
EXTRA_DIST = \
curl \
googletest \
libevent \
openssl \
macosx-libevent-config.h \
macosx-libevent-event-config.h