aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
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/datastore
parent9ae1afe31607cbfba772976f793008c65fb1a08e (diff)
downloadgnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.tar.gz
gnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.zip
-ftbfs
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 107aaa1bb..5522b0295 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -137,7 +137,7 @@ libgnunet_plugin_datastore_mysql_la_LIBADD = \
137libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 137libgnunet_plugin_datastore_mysql_la_LDFLAGS = \
138 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient 138 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient
139libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \ 139libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \
140 $(MYSQL_CPPFLAGS) 140 $(MYSQL_CPPFLAGS) $(AM_CPPFLAGS)
141 141
142libgnunet_plugin_datastore_postgres_la_SOURCES = \ 142libgnunet_plugin_datastore_postgres_la_SOURCES = \
143 plugin_datastore_postgres.c 143 plugin_datastore_postgres.c
@@ -148,7 +148,7 @@ libgnunet_plugin_datastore_postgres_la_LIBADD = \
148libgnunet_plugin_datastore_postgres_la_LDFLAGS = \ 148libgnunet_plugin_datastore_postgres_la_LDFLAGS = \
149 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 149 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
150libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \ 150libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \
151 $(POSTGRES_CPPFLAGS) 151 $(POSTGRES_CPPFLAGS) $(AM_CPPFLAGS)
152 152
153 153
154libgnunet_plugin_datastore_template_la_SOURCES = \ 154libgnunet_plugin_datastore_template_la_SOURCES = \