aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-16 18:34:17 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-19 12:41:01 +0100
commit7236e5f83a621ab972f9ae6eda5b9562aba3217b (patch)
tree282ac568f3b1affc919804098536eb39f023f5bd /src/dhtu/Makefile.am
parent8ca9b2754d10419c9d8c041549d5747ec482b83a (diff)
downloadgnunet-7236e5f83a621ab972f9ae6eda5b9562aba3217b.tar.gz
gnunet-7236e5f83a621ab972f9ae6eda5b9562aba3217b.zip
-fix crashes on new DHT load/shutdown
Diffstat (limited to 'src/dhtu/Makefile.am')
-rw-r--r--src/dhtu/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 0e10721cd..69b72db6e 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -10,6 +10,10 @@ if USE_COVERAGE
10 XLIBS = -lgcov 10 XLIBS = -lgcov
11endif 11endif
12 12
13pkgcfg_DATA = \
14 dhtu.conf
15
16
13plugin_LTLIBRARIES = \ 17plugin_LTLIBRARIES = \
14 libgnunet_plugin_dhtu_gnunet.la \ 18 libgnunet_plugin_dhtu_gnunet.la \
15 libgnunet_plugin_dhtu_ip.la 19 libgnunet_plugin_dhtu_ip.la