aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
commitcc90a65e1a562889778d748c129bff2920e3dd21 (patch)
treee7571f96719cebf325e5490a85c865c10efbe536 /src/messenger/Makefile.am
parent00407f6a36880fda570604cf4e64858bb08a025b (diff)
downloadgnunet-cc90a65e1a562889778d748c129bff2920e3dd21.tar.gz
gnunet-cc90a65e1a562889778d748c129bff2920e3dd21.zip
BUILD: Move testing to lib
Diffstat (limited to 'src/messenger/Makefile.am')
-rw-r--r--src/messenger/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/Makefile.am b/src/messenger/Makefile.am
index 1af950b01..a1228a7a1 100644
--- a/src/messenger/Makefile.am
+++ b/src/messenger/Makefile.am
@@ -109,14 +109,14 @@ test_messenger_api_SOURCES = \
109 test_messenger.c 109 test_messenger.c
110test_messenger_api_LDADD = \ 110test_messenger_api_LDADD = \
111 libgnunetmessenger.la \ 111 libgnunetmessenger.la \
112 $(top_builddir)/src/testing/libgnunettesting.la \ 112 $(top_builddir)/src/lib/testing/libgnunettesting.la \
113 $(top_builddir)/src/lib/util/libgnunetutil.la 113 $(top_builddir)/src/lib/util/libgnunetutil.la
114 114
115test_messenger_anonymous_SOURCES = \ 115test_messenger_anonymous_SOURCES = \
116 test_messenger_anonymous.c 116 test_messenger_anonymous.c
117test_messenger_anonymous_LDADD = \ 117test_messenger_anonymous_LDADD = \
118 libgnunetmessenger.la \ 118 libgnunetmessenger.la \
119 $(top_builddir)/src/testing/libgnunettesting.la \ 119 $(top_builddir)/src/lib/testing/libgnunettesting.la \
120 $(top_builddir)/src/lib/util/libgnunetutil.la 120 $(top_builddir)/src/lib/util/libgnunetutil.la
121 121
122EXTRA_DIST = \ 122EXTRA_DIST = \