gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34151 - gnunet/src/postgres


From: gnunet
Subject: [GNUnet-SVN] r34151 - gnunet/src/postgres
Date: Thu, 14 Aug 2014 12:58:53 +0200

Author: harsha
Date: 2014-08-14 12:58:53 +0200 (Thu, 14 Aug 2014)
New Revision: 34151

Modified:
   gnunet/src/postgres/Makefile.am
Log:
Try fixing 3522.


Modified: gnunet/src/postgres/Makefile.am
===================================================================
--- gnunet/src/postgres/Makefile.am     2014-08-14 10:34:52 UTC (rev 34150)
+++ gnunet/src/postgres/Makefile.am     2014-08-14 10:58:53 UTC (rev 34151)
@@ -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_LIBADD = -lpq \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetpostgres_la_LDFLAGS = \
+ $(POSTGRESQL_LDFLAGS) \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
 




reply via email to

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