aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 21:24:12 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 21:24:12 +0000
commit9f77bf9ff14edd69e58ff17e16f51663ae945c46 (patch)
tree622dd28051c1d8d4fd50ed32bc60d066749181a7 /src/core/Makefile.am
parentda5597cf69b9bb505c0171490a6fefe358583f63 (diff)
downloadgnunet-9f77bf9ff14edd69e58ff17e16f51663ae945c46.tar.gz
gnunet-9f77bf9ff14edd69e58ff17e16f51663ae945c46.zip
-use testing lib
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index e95cbcffd..4aa7a7c73 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -89,12 +89,14 @@ test_core_api_send_to_self_SOURCES = \
89 test_core_api_send_to_self.c 89 test_core_api_send_to_self.c
90test_core_api_send_to_self_LDADD = \ 90test_core_api_send_to_self_LDADD = \
91 $(top_builddir)/src/core/libgnunetcore.la \ 91 $(top_builddir)/src/core/libgnunetcore.la \
92 $(top_builddir)/src/testing/libgnunettesting.la \
92 $(top_builddir)/src/transport/libgnunettransport.la \ 93 $(top_builddir)/src/transport/libgnunettransport.la \
93 $(top_builddir)/src/util/libgnunetutil.la 94 $(top_builddir)/src/util/libgnunetutil.la
94 95
95test_core_api_start_only_SOURCES = \ 96test_core_api_start_only_SOURCES = \
96 test_core_api_start_only.c 97 test_core_api_start_only.c
97test_core_api_start_only_LDADD = \ 98test_core_api_start_only_LDADD = \
99 $(top_builddir)/src/testing/libgnunettesting.la \
98 $(top_builddir)/src/core/libgnunetcore.la \ 100 $(top_builddir)/src/core/libgnunetcore.la \
99 $(top_builddir)/src/util/libgnunetutil.la 101 $(top_builddir)/src/util/libgnunetutil.la
100 102