summaryrefslogtreecommitdiff
path: root/src/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Makefile')
-rw-r--r--src/include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index 7d8a3e5b7f5..a8aed3fdd70 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -6,7 +6,7 @@
# programming. 'make install-all-headers' installs the whole contents
# of src/include.
#
-# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.8 2001/03/01 16:17:53 petere Exp $
+# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.9 2001/08/24 14:07:49 petere Exp $
#
#-------------------------------------------------------------------------
@@ -18,7 +18,7 @@ include $(top_builddir)/src/Makefile.global
srcdir_headers := c.h postgres_ext.h postgres_fe.h \
libpq/pqcomm.h libpq/libpq-fs.h lib/dllist.h
-builddir_headers := os.h config.h
+builddir_headers := pg_config_os.h pg_config.h
HEADERS = $(srcdir_headers) $(builddir_headers)
@@ -91,4 +91,4 @@ clean:
rm -f utils/fmgroids.h parser/parse.h
distclean maintainer-clean: clean
- rm -f config.h dynloader.h os.h stamp-h
+ rm -f pg_config.h dynloader.h pg_config_os.h stamp-h