aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhtu/Makefile.am')
-rw-r--r--src/dhtu/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 61ca84ee3..772bee60a 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -41,6 +41,21 @@ libgnunet_plugin_dhtu_gnunet_la_LDFLAGS = \
41 $(GN_PLUGIN_LDFLAGS) 41 $(GN_PLUGIN_LDFLAGS)
42 42
43 43
44lib_LTLIBRARIES = \
45 libgnunettestingdhtu.la
46
47libgnunettestingdhtu_la_SOURCES = \
48 testing_dhtu_cmd_send.c
49libgnunettestingdhtu_la_LIBADD = \
50 $(top_builddir)/src/testing/libgnunettesting.la \
51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(LTLIBINTL)
53libgnunettestingdhtu_la_LDFLAGS = \
54 $(GN_LIB_LDFLAGS) \
55 -version-info 0:0:0
56
57
58
44test_dhtu_ip_SOURCES = \ 59test_dhtu_ip_SOURCES = \
45 test_dhtu_ip.c 60 test_dhtu_ip.c
46test_dhtu_ip_LDADD = \ 61test_dhtu_ip_LDADD = \