mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
23 lines
310 B
Makefile
23 lines
310 B
Makefile
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
|
|
|
|
install:
|
|
|
|
uninstall:
|