aboutsummaryrefslogtreecommitdiff
path: root/src/postgres
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-08 22:20:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-08 22:20:48 +0000
commitf831fabcad550115c2e83260cdf0894773692502 (patch)
tree561ce7a4309a36383a35ac0ac6bc504079a2ac99 /src/postgres
parentb67016043fe41bfe3832384a1fb7503ef2220364 (diff)
downloadgnunet-f831fabcad550115c2e83260cdf0894773692502.tar.gz
gnunet-f831fabcad550115c2e83260cdf0894773692502.zip
Include libpq-fe.h instead of postgres/libpq-fe.h.
Also add a macro for checking libpq from Autoconf macro archives.
Diffstat (limited to 'src/postgres')
-rw-r--r--src/postgres/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am
index a9a7cdfae..d005866b2 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -8,7 +8,7 @@ if USE_COVERAGE
8 AM_CFLAGS = --coverage 8 AM_CFLAGS = --coverage
9endif 9endif
10 10
11if HAVE_POSTGRES 11if HAVE_POSTGRESQL
12lib_LTLIBRARIES = libgnunetpostgres.la 12lib_LTLIBRARIES = libgnunetpostgres.la
13endif 13endif
14 14