Adapted to automake 2.59 and autoconf 1.6.3
[gnucomo.git] / src / Makefile.in
index f544536..d121906 100644 (file)
@@ -75,6 +75,9 @@ LEXLIB = @LEXLIB@
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 LN_S = @LN_S@
 PACKAGE = @PACKAGE@
+PG_CONFIG = @PG_CONFIG@
+POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
+POSTGRES_LIB = @POSTGRES_LIB@
 RANLIB = @RANLIB@
 STRIP = @STRIP@
 VERSION = @VERSION@
@@ -87,6 +90,8 @@ YACC = @YACC@
 am__include = @am__include@
 am__quote = @am__quote@
 install_sh = @install_sh@
+with_postgres_include = @with_postgres_include@
+with_postgres_lib = @with_postgres_lib@
 SUBDIRS = lib gcm_input
 subdir = src
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs