testcase to connect daemons in a clique
[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 check_PROGRAMS = \
20  test_experimentation_clique
21  
22 if ENABLE_TEST_RUN
23  TESTS = \
24  test_experimentation_clique
25 endif
26
27 libexec_PROGRAMS = \
28  gnunet-daemon-experimentation
29
30 gnunet_daemon_experimentation_SOURCES = \
31  gnunet-daemon-experimentation.c         
32 gnunet_daemon_experimentation_LDADD = \
33   $(top_builddir)/src/core/libgnunetcore.la \
34   $(top_builddir)/src/statistics/libgnunetstatistics.la \
35   $(top_builddir)/src/util/libgnunetutil.la 
36
37 test_experimentation_clique_SOURCES = \
38  test_experimentation_clique.c
39 test_experimentation_clique_LDADD = \
40  $(top_builddir)/src/util/libgnunetutil.la \
41  $(top_builddir)/src/testbed/libgnunettestbed.la
42  
43 EXTRA_DIST = \ 
44  test_experimentation_clique.conf