File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
# programming. 'make install-all-headers' installs the whole contents
7
7
# of src/include.
8
8
#
9
- # $Header: /cvsroot/pgsql/src/include/Makefile,v 1.10 2001/08/28 14:20:28 petere Exp $
9
+ # $Header: /cvsroot/pgsql/src/include/Makefile,v 1.11 2003/11/25 19:09:02 petere Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -26,8 +26,10 @@ install: all installdirs remove-old-headers
26
26
$(INSTALL_DATA) $(srcdir)/libpq/libpq-fs.h $(DESTDIR)$(includedir)/libpq
27
27
$(INSTALL_DATA) pg_config.h $(DESTDIR)$(includedir)
28
28
$(INSTALL_DATA) pg_config_os.h $(DESTDIR)$(includedir)
29
+ $(INSTALL_DATA) $(srcdir)/pg_config_manual.h $(DESTDIR)$(includedir)
29
30
# These headers are needed by the not-so-public headers of the interfaces.
30
31
$(INSTALL_DATA) $(srcdir)/c.h $(DESTDIR)$(includedir_internal)
32
+ $(INSTALL_DATA) $(srcdir)/port.h $(DESTDIR)$(includedir_internal)
31
33
$(INSTALL_DATA) $(srcdir)/postgres_fe.h $(DESTDIR)$(includedir_internal)
32
34
$(INSTALL_DATA) $(srcdir)/libpq/pqcomm.h $(DESTDIR)$(includedir_internal)/libpq
33
35
$(INSTALL_DATA) $(srcdir)/lib/dllist.h $(DESTDIR)$(includedir_internal)/lib
You can’t perform that action at this time.
0 commit comments