mirror of
https://github.com/transmission/transmission.git
synced 2026-04-21 01:10:34 +01:00
16 lines
196 B
Makefile
16 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:
|