aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-04 16:10:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-04 16:10:41 +0000
commit5f6cd00d4d79dbf8eef6d0b9be1b13c249eb54bd (patch)
treece55ba353f55467c65113b9aa376f2f4f60da084 /src/integration-tests/Makefile.am
parente4ecd9c418c7272de727e6ab388c1cfe7584001f (diff)
downloadgnunet-5f6cd00d4d79dbf8eef6d0b9be1b13c249eb54bd.tar.gz
gnunet-5f6cd00d4d79dbf8eef6d0b9be1b13c249eb54bd.zip
- added check against statistics
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 31f82170b..68dc5a63f 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -44,6 +44,7 @@ endif
44connection_watchdog_SOURCE = \ 44connection_watchdog_SOURCE = \
45 connection_watchdog.c 45 connection_watchdog.c
46connection_watchdog_LDADD = \ 46connection_watchdog_LDADD = \
47 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/core/libgnunetcore.la \ 48 $(top_builddir)/src/core/libgnunetcore.la \
48 $(top_builddir)/src/transport/libgnunettransport.la \ 49 $(top_builddir)/src/transport/libgnunettransport.la \
49 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la