mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
13 lines
157 B
Makefile
13 lines
157 B
Makefile
if DHT
|
|
DHT_DIR = dht
|
|
else
|
|
DHT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = libnatpmp miniupnp libevent $(DHT_DIR)
|
|
|
|
EXTRA_DIST = macosx-libevent-config.h
|
|
|
|
install:
|
|
|
|
uninstall:
|