2009-06-21 08:57:26 +00:00
|
|
|
if DHT
|
|
|
|
DHT_DIR = dht
|
|
|
|
else
|
|
|
|
DHT_DIR =
|
|
|
|
endif
|
2009-06-03 16:31:43 +00:00
|
|
|
|
2009-06-21 08:57:26 +00:00
|
|
|
SUBDIRS = libnatpmp miniupnp libevent $(DHT_DIR)
|
2009-06-03 16:31:43 +00:00
|
|
|
|
2009-06-27 13:20:25 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
macosx-libevent-config.h \
|
|
|
|
macosx-libevent-event-config.h
|
2007-10-24 17:20:50 +00:00
|
|
|
|
2007-10-08 15:54:07 +00:00
|
|
|
install:
|
2009-06-09 21:28:54 +00:00
|
|
|
|
|
|
|
uninstall:
|