From: Sree Harsha Totakura Date: Thu, 14 Aug 2014 11:17:32 +0000 (+0000) Subject: More fixes for #3522 X-Git-Tag: initial-import-from-subversion-38251~3307 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3470f5f11c89f71c95c1a658771ac71134061926;p=oweals%2Fgnunet.git More fixes for #3522 --- diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index eee9885d0..4f2c073fa 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) plugindir = $(libdir)/gnunet @@ -130,7 +130,7 @@ libgnunet_plugin_namecache_postgres_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ $(LTLIBINTL) libgnunet_plugin_namecache_postgres_la_LDFLAGS = \ - $(GN_PLUGIN_LDFLAGS) + $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 90e95f41c..dba9e6a68 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) plugindir = $(libdir)/gnunet @@ -169,7 +169,7 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ $(LTLIBINTL) libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ - $(GN_PLUGIN_LDFLAGS) + $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \