aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-04 12:15:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-04 12:15:43 +0200
commitf146e80752e73247acb9d6c7463188a82d26a774 (patch)
tree13ed03d817ce04daa133507778ac6a1b71bf147f /src/dhtu/Makefile.am
parent7ecc3a03a0670a1620c603502c9958b95e6dc1d0 (diff)
downloadgnunet-f146e80752e73247acb9d6c7463188a82d26a774.tar.gz
gnunet-f146e80752e73247acb9d6c7463188a82d26a774.zip
-taking a first stab at cleaning up the testing mess
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 = \