aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index b6e72688d..d8d81bf20 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -48,6 +48,8 @@ gnunet_cadet_SOURCES = \
48gnunet_cadet_LDADD = \ 48gnunet_cadet_LDADD = \
49 libgnunetcadet.la \ 49 libgnunetcadet.la \
50 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
51gnunet_cadet_LDFLAGS = \
52 $(GN_LIBINTL)
51 53
52gnunet_service_cadet_SOURCES = \ 54gnunet_service_cadet_SOURCES = \
53 gnunet-service-cadet.c gnunet-service-cadet.h \ 55 gnunet-service-cadet.c gnunet-service-cadet.h \
@@ -70,7 +72,8 @@ gnunet_service_cadet_LDADD = \
70 $(top_builddir)/src/hello/libgnunethello.la \ 72 $(top_builddir)/src/hello/libgnunethello.la \
71 $(top_builddir)/src/block/libgnunetblock.la 73 $(top_builddir)/src/block/libgnunetblock.la
72if LINUX 74if LINUX
73 gnunet_service_cadet_LDFLAGS = -lrt 75 gnunet_service_cadet_LDFLAGS = -lrt \
76 $(GN_LIBINTL)
74endif 77endif
75 78
76 79