aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-14 10:58:53 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-14 10:58:53 +0000
commit5e058948a16418a83844ef48ee3c6c0f413f5cae (patch)
tree952986f98c52f2135f3991cb80d1c4b77fc6ffe2 /src
parent8c137ccab68368a3cf5ee36d97b31b3d1d962f54 (diff)
downloadgnunet-5e058948a16418a83844ef48ee3c6c0f413f5cae.tar.gz
gnunet-5e058948a16418a83844ef48ee3c6c0f413f5cae.zip
Try fixing 3522.
Diffstat (limited to 'src')
-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 d005866b2..872305513 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -1,4 +1,4 @@
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -17,6 +17,7 @@ libgnunetpostgres_la_SOURCES = \
17libgnunetpostgres_la_LIBADD = -lpq \ 17libgnunetpostgres_la_LIBADD = -lpq \
18 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la
19libgnunetpostgres_la_LDFLAGS = \ 19libgnunetpostgres_la_LDFLAGS = \
20 $(POSTGRESQL_LDFLAGS) \
20 $(GN_LIB_LDFLAGS) \ 21 $(GN_LIB_LDFLAGS) \
21 -version-info 0:0:0 22 -version-info 0:0:0
22 23