c437871337ee20879ec7c5590e767b03f5cd0ea0
[oweals/gnunet.git] / src / pt / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage -O0
9 endif
10
11 pkgcfgdir= $(pkgdatadir)/config.d/
12
13 plugindir = $(libdir)/gnunet
14
15 dist_pkgcfg_DATA = \
16   pt.conf
17
18 bin_PROGRAMS = \
19   gnunet-daemon-pt $(PTBIN) 
20
21 gnunet_daemon_pt_SOURCES = \
22  gnunet-daemon-pt.c 
23 gnunet_daemon_pt_LDADD = \
24   $(top_builddir)/src/vpn/libgnunetvpn.la \
25   $(top_builddir)/src/dns/libgnunetdns.la \
26   $(top_builddir)/src/statistics/libgnunetstatistics.la \
27   $(top_builddir)/src/util/libgnunetutil.la \
28   $(top_builddir)/src/mesh/libgnunetmesh.la \
29   $(GN_LIBINTL)