aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 09:06:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 09:06:32 +0000
commitb8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a (patch)
tree3f1cdfbb5aecf88ab5fe27af29b81202241934b2 /src/ats
parent0bae85f2b4fe6e55a3f5164066afe64cf499432b (diff)
downloadgnunet-b8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a.tar.gz
gnunet-b8fb774718de49d5a96e6cfa5b38a42b9f3f0e6a.zip
LRN: Add '-Wl,' prefix to -no-undefined
-no-undefined is not a valid compiler option as of GCC 4.6.x (it IS valid linker option). Note that this REQUIRES an extra -no-undefined to be passed to libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS), because libtool does not understand -Wl,-no-undefined.
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 35cd75f59..adccc7e35 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -22,6 +22,9 @@ libgnunetats_la_SOURCES = \
22libgnunetats_la_LIBADD = \ 22libgnunetats_la_LIBADD = \
23 $(top_builddir)/src/util/libgnunetutil.la 23 $(top_builddir)/src/util/libgnunetutil.la
24 24
25libgnunetats_la_LDFLAGS = \
26 $(GN_LIB_LDFLAGS)
27
25 28
26bin_PROGRAMS = \ 29bin_PROGRAMS = \
27 gnunet-service-ats 30 gnunet-service-ats