aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-02-20 17:50:55 -0600
committerDavid Barksdale <amatus@amat.us>2017-02-20 17:50:55 -0600
commit24b8e62f2ed410ad5320f7cd1cace020fbaeb179 (patch)
treedb92fbd43b96f84e455a6374b301f5628d27a046 /src/psycstore
parent39e6893e4b3bc527b00b684ef804661c4b6588f2 (diff)
downloadgnunet-24b8e62f2ed410ad5320f7cd1cace020fbaeb179.tar.gz
gnunet-24b8e62f2ed410ad5320f7cd1cace020fbaeb179.zip
Don't put POSTGRESQL_CPPFLAGS in CFLAGS
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index 07c019e1d..a342c06e6 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -94,7 +94,10 @@ libgnunet_plugin_psycstore_postgres_la_LIBADD = \
94 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 94 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
95 $(LTLIBINTL) 95 $(LTLIBINTL)
96libgnunet_plugin_psycstore_postgres_la_LDFLAGS = \ 96libgnunet_plugin_psycstore_postgres_la_LDFLAGS = \
97 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) 97 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS)
98libgnunet_plugin_psycstore_postgres_la_CPPFLAGS = \
99 $(POSTGRESQL_CPPFLAGS) $(AM_CPPFLAGS)
100
98 101
99libgnunet_plugin_psycstore_sqlite_la_SOURCES = \ 102libgnunet_plugin_psycstore_sqlite_la_SOURCES = \
100 plugin_psycstore_sqlite.c 103 plugin_psycstore_sqlite.c