aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
committerxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
commitdfcab34c5af80c0068299bacb16ffc461bf3c1ad (patch)
tree8456693cfc19b226337fcc87e4c6be9e1c7e3f3c /src/dht
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 0b2bc0946..bf73e8f19 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -76,6 +76,8 @@ gnunet_service_dht_LDADD = \
76 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 76 $(top_builddir)/src/datacache/libgnunetdatacache.la \
77 $(top_builddir)/src/util/libgnunetutil.la \ 77 $(top_builddir)/src/util/libgnunetutil.la \
78 -lm 78 -lm
79gnunet_service_dht_LDFLAGS = \
80 $(GN_LIBINTL)
79 81
80gnunet_dht_get_SOURCES = \ 82gnunet_dht_get_SOURCES = \
81 gnunet-dht-get.c 83 gnunet-dht-get.c
@@ -83,6 +85,8 @@ gnunet_dht_get_LDADD = \
83 libgnunetdht.la \ 85 libgnunetdht.la \
84 $(top_builddir)/src/core/libgnunetcore.la \ 86 $(top_builddir)/src/core/libgnunetcore.la \
85 $(top_builddir)/src/util/libgnunetutil.la 87 $(top_builddir)/src/util/libgnunetutil.la
88gnunet_dht_get_LDFLAGS = \
89 $(GN_LIBINTL)
86 90
87gnunet_dht_put_SOURCES = \ 91gnunet_dht_put_SOURCES = \
88 gnunet-dht-put.c 92 gnunet-dht-put.c
@@ -90,6 +94,8 @@ gnunet_dht_put_LDADD = \
90 libgnunetdht.la \ 94 libgnunetdht.la \
91 $(top_builddir)/src/core/libgnunetcore.la \ 95 $(top_builddir)/src/core/libgnunetcore.la \
92 $(top_builddir)/src/util/libgnunetutil.la 96 $(top_builddir)/src/util/libgnunetutil.la
97gnunet_dht_put_LDFLAGS = \
98 $(GN_LIBINTL)
93 99
94gnunet_dht_monitor_SOURCES = \ 100gnunet_dht_monitor_SOURCES = \
95 gnunet-dht-monitor.c 101 gnunet-dht-monitor.c
@@ -97,6 +103,8 @@ gnunet_dht_monitor_LDADD = \
97 libgnunetdht.la \ 103 libgnunetdht.la \
98 $(top_builddir)/src/core/libgnunetcore.la \ 104 $(top_builddir)/src/core/libgnunetcore.la \
99 $(top_builddir)/src/util/libgnunetutil.la 105 $(top_builddir)/src/util/libgnunetutil.la
106gnunet_dht_monitor_LDFLAGS = \
107 $(GN_LIBINTL)
100 108
101gnunet_dht_profiler_SOURCES = \ 109gnunet_dht_profiler_SOURCES = \
102 gnunet_dht_profiler.c 110 gnunet_dht_profiler.c
@@ -105,6 +113,8 @@ gnunet_dht_profiler_LDADD = \
105 $(top_builddir)/src/core/libgnunetcore.la \ 113 $(top_builddir)/src/core/libgnunetcore.la \
106 $(top_builddir)/src/util/libgnunetutil.la \ 114 $(top_builddir)/src/util/libgnunetutil.la \
107 $(top_builddir)/src/testbed/libgnunettestbed.la 115 $(top_builddir)/src/testbed/libgnunettestbed.la
116gnunet_dht_profiler_LDFLAGS = \
117 $(GN_LIBINTL)
108 118
109if HAVE_TESTING 119if HAVE_TESTING
110noinst_LIBRARIES = libgnunetdhttest.a 120noinst_LIBRARIES = libgnunetdhttest.a