aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-11-25 19:10:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-11-25 19:10:15 +0000
commitbcdf28eb026e5d56a27d6693aa3678720cd8d9f3 (patch)
treedd3dc6877f2f767faf03714adc6c6ddd30846bbe
parent0527540896ead1ced4acd2d3cef90e4391ea549a (diff)
downloadpostgresql-bcdf28eb026e5d56a27d6693aa3678720cd8d9f3.tar.gz
postgresql-bcdf28eb026e5d56a27d6693aa3678720cd8d9f3.zip
Install all the headers files that the ones that are already installed
depend on.
-rw-r--r--src/include/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index e66c62f6eaf..5e9d5c460ba 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.10 2001/08/28 14:20:28 petere Exp $
+# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.10.8.1 2003/11/25 19:10:15 petere Exp $
#
#-------------------------------------------------------------------------
@@ -26,8 +26,10 @@ install: all installdirs remove-old-headers
$(INSTALL_DATA) $(srcdir)/libpq/libpq-fs.h $(DESTDIR)$(includedir)/libpq
$(INSTALL_DATA) pg_config.h $(DESTDIR)$(includedir)
$(INSTALL_DATA) pg_config_os.h $(DESTDIR)$(includedir)
+ $(INSTALL_DATA) $(srcdir)/pg_config_manual.h $(DESTDIR)$(includedir)
# These headers are needed by the not-so-public headers of the interfaces.
$(INSTALL_DATA) $(srcdir)/c.h $(DESTDIR)$(includedir_internal)
+ $(INSTALL_DATA) $(srcdir)/port.h $(DESTDIR)$(includedir_internal)
$(INSTALL_DATA) $(srcdir)/postgres_fe.h $(DESTDIR)$(includedir_internal)
$(INSTALL_DATA) $(srcdir)/libpq/pqcomm.h $(DESTDIR)$(includedir_internal)/libpq
$(INSTALL_DATA) $(srcdir)/lib/dllist.h $(DESTDIR)$(includedir_internal)/lib