aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-14 11:17:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-14 11:17:32 +0000
commit3470f5f11c89f71c95c1a658771ac71134061926 (patch)
tree0f64e441eac852956649762ed6b60cbdca7f613d /src
parent5e058948a16418a83844ef48ee3c6c0f413f5cae (diff)
downloadgnunet-3470f5f11c89f71c95c1a658771ac71134061926.tar.gz
gnunet-3470f5f11c89f71c95c1a658771ac71134061926.zip
More fixes for #3522
Diffstat (limited to 'src')
-rw-r--r--src/namecache/Makefile.am4
-rw-r--r--src/namestore/Makefile.am4
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 @@
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4 4
@@ -130,7 +130,7 @@ libgnunet_plugin_namecache_postgres_la_LIBADD = \
130 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 130 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
131 $(LTLIBINTL) 131 $(LTLIBINTL)
132libgnunet_plugin_namecache_postgres_la_LDFLAGS = \ 132libgnunet_plugin_namecache_postgres_la_LDFLAGS = \
133 $(GN_PLUGIN_LDFLAGS) 133 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS)
134libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \ 134libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \
135 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 135 $(top_builddir)/src/postgres/libgnunetpostgres.la \
136 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 136 $(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 @@
1AM_CPPFLAGS = -I$(top_srcdir)/src/include 1AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4 4
@@ -169,7 +169,7 @@ libgnunet_plugin_namestore_postgres_la_LIBADD = \
169 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 169 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
170 $(LTLIBINTL) 170 $(LTLIBINTL)
171libgnunet_plugin_namestore_postgres_la_LDFLAGS = \ 171libgnunet_plugin_namestore_postgres_la_LDFLAGS = \
172 $(GN_PLUGIN_LDFLAGS) 172 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS)
173libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \ 173libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \
174 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 174 $(top_builddir)/src/postgres/libgnunetpostgres.la \
175 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 175 $(top_builddir)/src/statistics/libgnunetstatistics.la \