commit 0ff497ef46091199d227453021e5f3d290e381cf parent 76b77dc0c3283706b5efdc4727e5efe34f30bd3c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 26 Apr 2012 13:55:42 +0000 -fix Diffstat:
| M | src/ext/Makefile.am | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/ext/Makefile.am b/src/ext/Makefile.am @@ -24,7 +24,7 @@ gnunet_service_ext_LDADD = \ -lgnunetutil -lgnunetcore\ $(INTLLIBS) gnunet_service_ext_LDFLAGS = \ - -export-dynamic + $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic gnunet_ext_SOURCES = \ gnunet-ext.c @@ -32,7 +32,7 @@ gnunet_ext_LDADD = \ -lgnunetutil \ $(INTLLIBS) gnunet_ext_LDFLAGS = \ - -export-dynamic + $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic check_PROGRAMS = \ @@ -45,3 +45,5 @@ test_ext_api_SOURCES = \ test_ext_api_LDADD = \ $(top_builddir)/src/ext/libgnunetext.la \ -lgnunetutil +test_ext_api_LDFLAGS = \ + $(GNUNET_LIBS) $(WINFLAGS) -export-dynamic +\ No newline at end of file