From 42c16c3ae5c666a925daa773806e7d741cbde865 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Mar 2012 15:42:55 +0000 Subject: -fixes --- src/ext/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ext/Makefile.am b/src/ext/Makefile.am index fdcca0b..af7fb35 100644 --- a/src/ext/Makefile.am +++ b/src/ext/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = . INCLUDES = \ -I$(top_srcdir)/src/include \ - -I$(top_srcdir) + -I$(top_srcdir) \ + @GNUNET_CFLAGS@ lib_LTLIBRARIES = libgnunetext.la @@ -11,7 +12,7 @@ libgnunetext_la_SOURCES = \ libgnunetext_la_LIBADD = \ -lgnunetutil libgnunetext_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) $(WINFLAGS) \ + $(GNUNET_LIBS) $(WINFLAGS) \ -version-info 0:0:0 @@ -44,4 +45,3 @@ test_ext_api_SOURCES = \ test_ext_api_LDADD = \ $(top_builddir)/src/ext/libgnunetext.la \ -lgnunetutil - -- cgit v1.2.3