source: trunk/third-party/Makefile.am @ 11960

Last change on this file since 11960 was 11960, checked in by jordan, 12 years ago

add configure script switch to enable/disable utp

File size: 199 bytes
Line 
1if BUILD_UTP
2  UTP_DIR = libutp
3endif
4
5SUBDIRS = \
6  dht \
7  libnatpmp \
8  miniupnp \
9  $(UTP_DIR)
10
11EXTRA_DIST = \
12  macosx-libevent-config.h \
13  macosx-libevent-event-config.h
14
15install:
16
17uninstall:
Note: See TracBrowser for help on using the repository browser.