adding experimentation daemon
[oweals/gnunet.git] / src / experimentation / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 pkgcfgdir= $(pkgdatadir)/config.d/
4
5 libexecdir= $(pkglibdir)/libexec/
6
7 pkgcfg_DATA = \
8   experimentation.conf
9
10 if MINGW
11  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
12 endif
13
14 if USE_COVERAGE
15   AM_CFLAGS = --coverage -O0
16   XLIB = -lgcov
17 endif
18
19 libexec_PROGRAMS = \
20  gnunet-daemon-experimentation
21
22 gnunet_daemon_experimentation_SOURCES = \
23  gnunet-daemon-experimentation.c         
24 gnunet_daemon_experimentation_LDADD = \
25   $(top_builddir)/src/hello/libgnunethello.la \
26   $(top_builddir)/src/statistics/libgnunetstatistics.la \
27   $(top_builddir)/src/util/libgnunetutil.la