Started an object oriented abstraction of Gnucomo
[gnucomo.git] / Makefile.in
index 414d5ba..e9681fd 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 = src
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -99,7 +104,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        install-exec-recursive installdirs-recursive install-recursive \
        uninstall-recursive check-recursive installcheck-recursive
 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-       Makefile.in NEWS aclocal.m4 configure configure.in depcomp \
+       Makefile.in NEWS TODO aclocal.m4 configure configure.in depcomp \
        install-sh missing mkinstalldirs
 DIST_SUBDIRS = $(SUBDIRS)
 all: all-recursive