mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
17 lines
199 B
Makefile
17 lines
199 B
Makefile
if BUILD_UTP
|
|
UTP_DIR = libutp
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
dht \
|
|
libnatpmp \
|
|
miniupnp \
|
|
$(UTP_DIR)
|
|
|
|
EXTRA_DIST = \
|
|
macosx-libevent-config.h \
|
|
macosx-libevent-event-config.h
|
|
|
|
install:
|
|
|
|
uninstall:
|