aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-26 13:55:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-26 13:55:42 +0000
commit0ff497ef46091199d227453021e5f3d290e381cf (patch)
treeb0d809a7211ffdb10bbbadb18278aa117fa40128
parent76b77dc0c3283706b5efdc4727e5efe34f30bd3c (diff)
downloadgnunet-ext-0ff497ef46091199d227453021e5f3d290e381cf.tar.gz
gnunet-ext-0ff497ef46091199d227453021e5f3d290e381cf.zip
-fix
-rw-r--r--src/ext/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ext/Makefile.am b/src/ext/Makefile.am
index af7fb35..eb91918 100644
--- a/src/ext/Makefile.am
+++ b/src/ext/Makefile.am
@@ -24,7 +24,7 @@ gnunet_service_ext_LDADD = \
24 -lgnunetutil -lgnunetcore\ 24 -lgnunetutil -lgnunetcore\
25 $(INTLLIBS) 25 $(INTLLIBS)
26gnunet_service_ext_LDFLAGS = \ 26gnunet_service_ext_LDFLAGS = \
27 -export-dynamic 27 $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic
28 28
29gnunet_ext_SOURCES = \ 29gnunet_ext_SOURCES = \
30 gnunet-ext.c 30 gnunet-ext.c
@@ -32,7 +32,7 @@ gnunet_ext_LDADD = \
32 -lgnunetutil \ 32 -lgnunetutil \
33 $(INTLLIBS) 33 $(INTLLIBS)
34gnunet_ext_LDFLAGS = \ 34gnunet_ext_LDFLAGS = \
35 -export-dynamic 35 $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic
36 36
37 37
38check_PROGRAMS = \ 38check_PROGRAMS = \
@@ -45,3 +45,5 @@ test_ext_api_SOURCES = \
45test_ext_api_LDADD = \ 45test_ext_api_LDADD = \
46 $(top_builddir)/src/ext/libgnunetext.la \ 46 $(top_builddir)/src/ext/libgnunetext.la \
47 -lgnunetutil 47 -lgnunetutil
48test_ext_api_LDFLAGS = \
49 $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic \ No newline at end of file