fixing mess with search update serialization and parenting
[oweals/gnunet.git] / src / migration / 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   XLIBS = -lgcov
10 endif
11
12 bin_PROGRAMS = \
13  gnunet-daemon-migration
14
15 gnunet_daemon_migration_SOURCES = \
16  gnunet-daemon-migration.c 
17 gnunet_daemon_migration_LDADD = \
18   $(top_builddir)/src/datastore/libgnunetdatastore.la \
19   $(top_builddir)/src/statistics/libgnunetstatistics.la \
20   $(top_builddir)/src/core/libgnunetcore.la \
21   $(top_builddir)/src/util/libgnunetutil.la \
22   $(GN_LIBINTL)
23
24 check_PROGRAMS = test_gnunet_daemon_migration 
25 #TESTS = $(check_PROGRAMS)
26
27 test_gnunet_daemon_migration_SOURCES = \
28  test_gnunet_daemon_migration.c
29 test_gnunet_daemon_migration_LDADD = \
30  $(top_builddir)/src/testing/libgnunettesting.la \
31  $(top_builddir)/src/util/libgnunetutil.la  
32
33 EXTRA_DIST = \
34  test_gnunet_daemon_migration_data.conf