aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parent9e434fbb598354832dc301f38de516203ff6ada0 (diff)
downloadgnunet-d060e299efdf346f4421c3706669b6ac79b54fc0.tar.gz
gnunet-d060e299efdf346f4421c3706669b6ac79b54fc0.zip
fix bootstrap
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am2
1 files changed, 2 insertions, 0 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