aboutsummaryrefslogtreecommitdiff
path: root/src/postgres
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2014-08-14 10:58:53 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2014-08-14 10:58:53 +0000
commit5ffa4faa2f8da3b20064e9c20fb14383005ae31f (patch)
tree952986f98c52f2135f3991cb80d1c4b77fc6ffe2 /src/postgres
parent720d95aec8fba016b612fb80adbbfed64bbc5108 (diff)
Try fixing 3522.
git-svn-id: https://gnunet.org/svn/gnunet@34151 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/postgres')
-rw-r--r--src/postgres/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am
index d005866b29..8723055130 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
if MINGW
WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -17,6 +17,7 @@ libgnunetpostgres_la_SOURCES = \
libgnunetpostgres_la_LIBADD = -lpq \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetpostgres_la_LDFLAGS = \
+ $(POSTGRESQL_LDFLAGS) \
$(GN_LIB_LDFLAGS) \
-version-info 0:0:0