aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 902c3290b..18f8aeef2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,7 @@ if HAVE_MYSQL
42 MYSQL_DIR = mysql 42 MYSQL_DIR = mysql
43endif 43endif
44 44
45if HAVE_POSTGRES 45if HAVE_POSTGRESQL
46 POSTGRES_DIR = postgres 46 POSTGRES_DIR = postgres
47endif 47endif
48 48