From 693c5107ce5cb0cb86a9c827baf66fb4c946a49c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 25 Nov 2003 19:10:15 +0000 Subject: [PATCH] Install all the headers files that the ones that are already installed depend on. --- src/include/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/Makefile b/src/include/Makefile index fdceafbacd..ed48ee63f8 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -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 -- 2.39.5