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

24 lines
310 B
Text
Raw Normal View History

if BUILD_UTP
UTP_DIR = libutp
endif
if BUILD_MINIUPNP
MINIUPNP_DIR = miniupnp
endif
if BUILD_NATPMP
NATPMP_DIR = libnatpmp
endif
SUBDIRS = \
dht \
$(NATPMP_DIR) \
$(MINIUPNP_DIR) \
$(UTP_DIR)
EXTRA_DIST = \
macosx-libevent-config.h \
macosx-libevent-event-config.h
2007-10-24 17:20:50 +00:00
install:
uninstall: