mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
18 lines
199 B
Makefile
18 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:
|