summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GNUmakefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index a45a63d7935..791e5a9509a 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.43 1999/08/08 15:20:21 thomas Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.44 1999/10/12 14:46:26 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -98,6 +98,7 @@ distclean: clean
interfaces/libpq/Makefile \
interfaces/ecpg/lib/Makefile \
interfaces/libpq++/Makefile \
+ interfaces/libpgeasy/Makefile \
interfaces/libpgtcl/Makefile \
interfaces/odbc/GNUmakefile \
interfaces/odbc/Makefile.global \