aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-18 15:02:34 +0200
committert3sserakt <t3ss@posteo.de>2023-10-18 15:04:18 +0200
commit3d595570d20045a97c909c02246f5cc754f7041e (patch)
tree01870fd72c39d36b0124ee6020b0e066dbc06ddb /src/template/Makefile.am
parente0d28ef927d2e56bd185f5e2685acf8dccdc2826 (diff)
parent9ef4abad615bea12d13be542b8ae5fbeb2dfee32 (diff)
downloadgnunet-3d595570d20045a97c909c02246f5cc754f7041e.tar.gz
gnunet-3d595570d20045a97c909c02246f5cc754f7041e.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet. Undeleted src/hello/gnunet-hello.c, because it is still needed.
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 4d2e58083..8db34b330 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -24,13 +24,13 @@ noinst_PROGRAMS = \
24gnunet_template_SOURCES = \ 24gnunet_template_SOURCES = \
25 gnunet-template.c 25 gnunet-template.c
26gnunet_template_LDADD = \ 26gnunet_template_LDADD = \
27 $(top_builddir)/src/util/libgnunetutil.la \ 27 $(top_builddir)/src/lib/util/libgnunetutil.la \
28 $(GN_LIBINTL) 28 $(GN_LIBINTL)
29 29
30gnunet_service_template_SOURCES = \ 30gnunet_service_template_SOURCES = \
31 gnunet-service-template.c 31 gnunet-service-template.c
32gnunet_service_template_LDADD = \ 32gnunet_service_template_LDADD = \
33 $(top_builddir)/src/util/libgnunetutil.la \ 33 $(top_builddir)/src/lib/util/libgnunetutil.la \
34 $(GN_LIBINTL) 34 $(GN_LIBINTL)
35 35
36 36
@@ -45,4 +45,4 @@ endif
45test_template_api_SOURCES = \ 45test_template_api_SOURCES = \
46 test_template_api.c 46 test_template_api.c
47test_template_api_LDADD = \ 47test_template_api_LDADD = \
48 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/lib/util/libgnunetutil.la