aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
commit6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (patch)
treeab350f9d3be8b74edab2062520327ce859e803e5 /src/dht/Makefile.am
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index b2d18d24e..0ea452db1 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -26,7 +26,8 @@ libgnunetdht_la_SOURCES = \
26 dht_api.c dht.h 26 dht_api.c dht.h
27libgnunetdht_la_LIBADD = \ 27libgnunetdht_la_LIBADD = \
28 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \
29 $(XLIB) 29 $(XLIB) \
30 $(LTLIBINTL)
30libgnunetdht_la_LDFLAGS = \ 31libgnunetdht_la_LDFLAGS = \
31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 32 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
32 -version-info 1:0:1 33 -version-info 1:0:1
@@ -40,7 +41,8 @@ libgnunet_plugin_block_dht_la_SOURCES = \
40libgnunet_plugin_block_dht_la_LIBADD = \ 41libgnunet_plugin_block_dht_la_LIBADD = \
41 $(top_builddir)/src/hello/libgnunethello.la \ 42 $(top_builddir)/src/hello/libgnunethello.la \
42 $(top_builddir)/src/block/libgnunetblock.la \ 43 $(top_builddir)/src/block/libgnunetblock.la \
43 $(top_builddir)/src/util/libgnunetutil.la 44 $(top_builddir)/src/util/libgnunetutil.la \
45 $(LTLIBINTL)
44libgnunet_plugin_block_dht_la_LDFLAGS = \ 46libgnunet_plugin_block_dht_la_LDFLAGS = \
45 $(GN_PLUGIN_LDFLAGS) 47 $(GN_PLUGIN_LDFLAGS)
46libgnunet_plugin_block_dht_la_DEPENDENCIES = \ 48libgnunet_plugin_block_dht_la_DEPENDENCIES = \