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