aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 952e828d34..ad1d05d25f 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -5,6 +5,11 @@ endif
plugindir = $(libdir)/gnunet
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+dist_pkgcfg_DATA = \
+ dht.conf
+
if HAVE_ZLIB
ZLIB_LNK = -lz
endif