aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-07 15:42:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-07 15:42:55 +0000
commit42c16c3ae5c666a925daa773806e7d741cbde865 (patch)
treec50892a3a4a69e738bc1ae145590bc90cdfcc010 /src
parent0169892db251df639bf53e0014d0d74e8f748d5c (diff)
downloadgnunet-ext-42c16c3ae5c666a925daa773806e7d741cbde865.tar.gz
gnunet-ext-42c16c3ae5c666a925daa773806e7d741cbde865.zip
-fixes
Diffstat (limited to 'src')
-rw-r--r--src/ext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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 = .
2 2
3INCLUDES = \ 3INCLUDES = \
4 -I$(top_srcdir)/src/include \ 4 -I$(top_srcdir)/src/include \
5 -I$(top_srcdir) 5 -I$(top_srcdir) \
6 @GNUNET_CFLAGS@
6 7
7lib_LTLIBRARIES = libgnunetext.la 8lib_LTLIBRARIES = libgnunetext.la
8 9
@@ -11,7 +12,7 @@ libgnunetext_la_SOURCES = \
11libgnunetext_la_LIBADD = \ 12libgnunetext_la_LIBADD = \
12 -lgnunetutil 13 -lgnunetutil
13libgnunetext_la_LDFLAGS = \ 14libgnunetext_la_LDFLAGS = \
14 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 15 $(GNUNET_LIBS) $(WINFLAGS) \
15 -version-info 0:0:0 16 -version-info 0:0:0
16 17
17 18
@@ -44,4 +45,3 @@ test_ext_api_SOURCES = \
44test_ext_api_LDADD = \ 45test_ext_api_LDADD = \
45 $(top_builddir)/src/ext/libgnunetext.la \ 46 $(top_builddir)/src/ext/libgnunetext.la \
46 -lgnunetutil 47 -lgnunetutil
47