Improved method for finding PostgreSQL libraries in configure script.
[gnucomo.git] / Makefile.in
index 67b9069..86dd395 100644 (file)
@@ -65,10 +65,14 @@ LEX = @LEX@
 LN_S = @LN_S@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
+POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
+POSTGRES_LIB = @POSTGRES_LIB@
 RANLIB = @RANLIB@
 VERSION = @VERSION@
 XML_CONFIG = @XML_CONFIG@
 YACC = @YACC@
+with_postgres_include = @with_postgres_include@
+with_postgres_lib = @with_postgres_lib@
 
 SUBDIRS = src
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4