1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00
transmission/third-party/Makefile.am

20 lines
256 B
Makefile

if BUILD_UTP
UTP_DIR = libutp
endif
if BUILD_MINIUPNP
MINIUPNP_DIR = miniupnp
endif
SUBDIRS = \
dht \
libnatpmp \
$(MINIUPNP_DIR) \
$(UTP_DIR)
EXTRA_DIST = \
macosx-libevent-config.h \
macosx-libevent-event-config.h
install:
uninstall: