mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
14 lines
193 B
Makefile
14 lines
193 B
Makefile
|
|
if BUILD_LIBEVENT
|
|
LIBEVENT_DIR = libevent
|
|
else
|
|
LIBEVENT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = libnatpmp miniupnp dht $(LIBEVENT_DIR)
|
|
|
|
EXTRA_DIST = \
|
|
libevent \
|
|
macosx-libevent-config.h
|
|
|
|
install:
|