aboutsummaryrefslogtreecommitdiff
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
parent0169892db251df639bf53e0014d0d74e8f748d5c (diff)
downloadgnunet-ext-42c16c3ae5c666a925daa773806e7d741cbde865.tar.gz
gnunet-ext-42c16c3ae5c666a925daa773806e7d741cbde865.zip
-fixes
-rw-r--r--Makefile.am2
-rw-r--r--po/Makevars (renamed from po/Makevars.template)0
-rw-r--r--po/POTFILES.in1
-rw-r--r--src/ext/Makefile.am6
4 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 3453421..51adac1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = po src 3SUBDIRS = src
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 install-sh 6 install-sh
diff --git a/po/Makevars.template b/po/Makevars
index 32692ab..32692ab 100644
--- a/po/Makevars.template
+++ b/po/Makevars
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 667e27c..6fb7e2c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1 +1,2 @@
1# List of source files which contain translatable strings. 1# List of source files which contain translatable strings.
2src/ext/gnunet-ext.c
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