gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34152 - in gnunet/src: namecache namestore


From: gnunet
Subject: [GNUnet-SVN] r34152 - in gnunet/src: namecache namestore
Date: Thu, 14 Aug 2014 13:17:32 +0200

Author: harsha
Date: 2014-08-14 13:17:32 +0200 (Thu, 14 Aug 2014)
New Revision: 34152

Modified:
   gnunet/src/namecache/Makefile.am
   gnunet/src/namestore/Makefile.am
Log:
More fixes for #3522


Modified: gnunet/src/namecache/Makefile.am
===================================================================
--- gnunet/src/namecache/Makefile.am    2014-08-14 10:58:53 UTC (rev 34151)
+++ gnunet/src/namecache/Makefile.am    2014-08-14 11:17:32 UTC (rev 34152)
@@ -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 @@
   $(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 \

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2014-08-14 10:58:53 UTC (rev 34151)
+++ gnunet/src/namestore/Makefile.am    2014-08-14 11:17:32 UTC (rev 34152)
@@ -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 @@
   $(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 \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]