aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
commit021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch)
tree703829ff172d75f5417e42041ed4694a53d10e71 /src/dht/Makefile.am
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
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 b252867b7..f44721094 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -29,7 +29,7 @@ libgnunetdht_la_LIBADD = \
29 $(LTLIBINTL) 29 $(LTLIBINTL)
30libgnunetdht_la_LDFLAGS = \ 30libgnunetdht_la_LDFLAGS = \
31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
32 -version-info 2:0:2 32 -version-info 3:0:0
33 33
34 34
35plugin_LTLIBRARIES = \ 35plugin_LTLIBRARIES = \