aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-26 01:57:13 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-26 01:57:13 +0100
commit8fe9edb11728c34de80242b438cbb0d75e26a04d (patch)
tree00fbb48deb1f4451b864a78b38e3f0bc80fb8f39 /src/dht/Makefile.am
parentd4c1c6f32d949ed493ba286d81fc172f57fe0ffe (diff)
downloadgnunet-8fe9edb11728c34de80242b438cbb0d75e26a04d.tar.gz
gnunet-8fe9edb11728c34de80242b438cbb0d75e26a04d.zip
-hack up GET/PUT signatures, still broken by design
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index f9cd26094..1e14367c8 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -90,7 +90,7 @@ gnunet_dht_hello_SOURCES = \
90gnunet_dht_hello_LDADD = \ 90gnunet_dht_hello_LDADD = \
91 libgnunetdht.la \ 91 libgnunetdht.la \
92 $(top_builddir)/src/util/libgnunetutil.la 92 $(top_builddir)/src/util/libgnunetutil.la
93gnunet_dht_get_LDFLAGS = \ 93gnunet_dht_hello_LDFLAGS = \
94 $(GN_LIBINTL) 94 $(GN_LIBINTL)
95 95
96gnunet_dht_put_SOURCES = \ 96gnunet_dht_put_SOURCES = \