basic topology test
[oweals/gnunet.git] / src / topology / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if USE_COVERAGE
4   AM_CFLAGS = --coverage -O0
5 endif
6
7
8 bin_PROGRAMS = \
9  gnunet-daemon-topology
10
11 gnunet_daemon_topology_SOURCES = \
12  gnunet-daemon-topology.c 
13 gnunet_daemon_topology_LDADD = \
14   $(top_builddir)/src/core/libgnunetcore.la \
15   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
16   $(top_builddir)/src/transport/libgnunettransport.la \
17   $(top_builddir)/src/util/libgnunetutil.la \
18   $(GN_LIBINTL)
19
20
21
22 check_PROGRAMS = \
23  test_gnunet_service_topology
24
25 TESTS = $(check_PROGRAMS)
26
27 test_gnunet_service_topology_SOURCES = \
28  test_gnunet_service_topology.c
29 test_gnunet_service_topology_LDADD = \
30  $(top_builddir)/src/testing/libgnunettesting.la \
31  $(top_builddir)/src/util/libgnunetutil.la  
32
33 EXTRA_DIST = \
34  test_gnunet_service_topology_data.conf