1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-05 06:23:11 +00:00
transmission/third-party/Makefile.am

22 lines
330 B
Makefile

if BUILD_DHT
DHT_DIR = dht
endif
if BUILD_UTP
UTP_DIR = libutp
endif
if BUILD_MINIUPNP
MINIUPNP_DIR = miniupnp
endif
if BUILD_NATPMP
NATPMP_DIR = libnatpmp
endif
SUBDIRS = \
$(DHT_DIR) \
$(NATPMP_DIR) \
$(MINIUPNP_DIR) \
$(UTP_DIR)
EXTRA_DIST = \
macosx-libevent-config.h \
macosx-libevent-event-config.h