clean up for configs
[oweals/gnunet.git] / src / ats-tool / Makefile.am
1 AM_CPPFLAGS = -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 = -fprofile-arcs -ftest-coverage
9 endif
10
11 bin_PROGRAMS = \
12  gnunet-ats 
13
14 gnunet_ats_SOURCES = \
15  gnunet-ats.c 
16 gnunet_ats_LDADD = \
17   $(top_builddir)/src/util/libgnunetutil.la \
18   $(top_builddir)/src/ats/libgnunetats.la \
19   $(top_builddir)/src/transport/libgnunettransport.la \
20   $(top_builddir)/src/hello/libgnunethello.la \
21   $(GN_LIBINTL)