aboutsummaryrefslogtreecommitdiff
path: root/src/ats/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/ats/Makefile.am
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
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) \