aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:52:43 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:52:43 +0100
commitd060e299efdf346f4421c3706669b6ac79b54fc0 (patch)
tree155cb8e1957f34cda851850567ac3a9684a76b96 /src
parent9e434fbb598354832dc301f38de516203ff6ada0 (diff)
downloadgnunet-d060e299efdf346f4421c3706669b6ac79b54fc0.tar.gz
gnunet-d060e299efdf346f4421c3706669b6ac79b54fc0.zip
fix bootstrap
Diffstat (limited to 'src')
-rw-r--r--src/peerinfo/Makefile.am2
-rw-r--r--src/util/Makefile.am3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index deb3fcf6c..69424ffb9 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -5,6 +5,8 @@ pkgcfgdir= $(pkgdatadir)/config.d/
5 5
6libexecdir= $(pkglibdir)/libexec/ 6libexecdir= $(pkglibdir)/libexec/
7 7
8plugindir = $(libdir)/gnunet
9
8pkgcfg_DATA = \ 10pkgcfg_DATA = \
9 peerinfo.conf 11 peerinfo.conf
10 12
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5b1bcfd55..a35314354 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -308,7 +308,8 @@ gnunet_uri_LDADD = \
308 $(GN_LIBINTL) 308 $(GN_LIBINTL)
309 309
310plugin_LTLIBRARIES = \ 310plugin_LTLIBRARIES = \
311 libgnunet_plugin_test.la 311 libgnunet_plugin_test.la \
312 $(REST_PLUGIN)
312 313
313libgnunet_plugin_test_la_SOURCES = \ 314libgnunet_plugin_test_la_SOURCES = \
314 test_plugin_plug.c 315 test_plugin_plug.c