aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-16 12:54:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-16 12:54:32 +0000
commit7429585cc4950501ae4f2348e5a13c8e0b4332e0 (patch)
treee67cdd27943c900b66cdb4c64d54ddeb530c88ba /src/datacache
parent9ae1afe31607cbfba772976f793008c65fb1a08e (diff)
downloadgnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.tar.gz
gnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.zip
-ftbfs
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index fe8787b17..97ffabb87 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -70,7 +70,7 @@ libgnunet_plugin_datacache_postgres_la_LIBADD = \
70 $(top_builddir)/src/util/libgnunetutil.la \ 70 $(top_builddir)/src/util/libgnunetutil.la \
71 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 71 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
72libgnunet_plugin_datacache_postgres_la_CPPFLAGS = \ 72libgnunet_plugin_datacache_postgres_la_CPPFLAGS = \
73 $(POSTGRES_CPPFLAGS) 73 $(POSTGRES_CPPFLAGS) $(AM_CPPFLAGS)
74libgnunet_plugin_datacache_postgres_la_LDFLAGS = \ 74libgnunet_plugin_datacache_postgres_la_LDFLAGS = \
75 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 75 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
76 76