source: trunk/daemon/Makefile.am @ 12957

Last change on this file since 12957 was 12957, checked in by jordan, 11 years ago

(trunk libT) #4323 "Allow usage of system miniupnpc" -- fixed.

File size: 760 bytes
Line 
1AM_CPPFLAGS = -I@top_srcdir@ -DEMBEDDED
2
3AM_CFLAGS = \
4    @LIBEVENT_CFLAGS@ \
5    @OPENSSL_CFLAGS@ \
6    @LIBCURL_CFLAGS@ \
7    @ZLIB_CFLAGS@ \
8    @PTHREAD_CFLAGS@
9
10AM_LDFLAGS = \
11    @ZLIB_LDFLAGS@
12
13dist_man_MANS = \
14    transmission-daemon.1 \
15    transmission-remote.1
16
17bin_PROGRAMS = \
18    transmission-daemon \
19    transmission-remote
20
21LDADD = \
22    $(top_builddir)/libtransmission/libtransmission.a \
23    @LIBUPNP_LIBS@ \
24    $(top_builddir)/third-party/libnatpmp/libnatpmp.a \
25    @DHT_LIBS@ \
26    @LIBUTP_LIBS@ \
27    @LIBEVENT_LIBS@ \
28    @LIBCURL_LIBS@ \
29    @OPENSSL_LIBS@ \
30    @INTLLIBS@ \
31    @ZLIB_LIBS@ \
32    @PTHREAD_LIBS@
33
34noinst_HEADERS = \
35    watch.h
36
37transmission_daemon_SOURCES = daemon.c watch.c
38transmission_remote_SOURCES = remote.c
Note: See TracBrowser for help on using the repository browser.