summaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 2e858488b..bf0d1c2db 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -28,7 +28,8 @@ libgnunetats_la_SOURCES = \
28 ats_api_performance.c 28 ats_api_performance.c
29 29
30libgnunetats_la_LIBADD = \ 30libgnunetats_la_LIBADD = \
31 $(top_builddir)/src/util/libgnunetutil.la 31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(LTLIBINTL)
32 33
33libgnunetats_la_LDFLAGS = \ 34libgnunetats_la_LDFLAGS = \
34 $(GN_LIB_LDFLAGS) \ 35 $(GN_LIB_LDFLAGS) \