From 3470f5f11c89f71c95c1a658771ac71134061926 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 14 Aug 2014 11:17:32 +0000 Subject: [PATCH] More fixes for #3522 --- src/namecache/Makefile.am | 4 ++-- src/namestore/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.25.1