add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
[oweals/gnunet.git] / src / cadet / Makefile.am
index b6e72688dfbf9668bd40f2ebb17eaf6744be3c58..d8d81bf20d6714d4465a544f04cbfab752b406bd 100644 (file)
@@ -48,6 +48,8 @@ gnunet_cadet_SOURCES = \
 gnunet_cadet_LDADD = \
   libgnunetcadet.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_cadet_LDFLAGS = \
+  $(GN_LIBINTL)
 
 gnunet_service_cadet_SOURCES = \
  gnunet-service-cadet.c gnunet-service-cadet.h \
@@ -70,7 +72,8 @@ gnunet_service_cadet_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/block/libgnunetblock.la
 if LINUX
-  gnunet_service_cadet_LDFLAGS = -lrt
+  gnunet_service_cadet_LDFLAGS = -lrt \
+    $(GN_LIBINTL)
 endif