Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit083e10e

Browse files
committed
Install all the headers files that the ones that are already installed
depend on.
1 parent4ca765f commit083e10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# programming. 'make install-all-headers' installs the whole contents
77
# of src/include.
88
#
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 $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -26,8 +26,10 @@ install: all installdirs remove-old-headers
2626
$(INSTALL_DATA) $(srcdir)/libpq/libpq-fs.h $(DESTDIR)$(includedir)/libpq
2727
$(INSTALL_DATA) pg_config.h $(DESTDIR)$(includedir)
2828
$(INSTALL_DATA) pg_config_os.h $(DESTDIR)$(includedir)
29+
$(INSTALL_DATA) $(srcdir)/pg_config_manual.h $(DESTDIR)$(includedir)
2930
# These headers are needed by the not-so-public headers of the interfaces.
3031
$(INSTALL_DATA) $(srcdir)/c.h $(DESTDIR)$(includedir_internal)
32+
$(INSTALL_DATA) $(srcdir)/port.h $(DESTDIR)$(includedir_internal)
3133
$(INSTALL_DATA) $(srcdir)/postgres_fe.h $(DESTDIR)$(includedir_internal)
3234
$(INSTALL_DATA) $(srcdir)/libpq/pqcomm.h $(DESTDIR)$(includedir_internal)/libpq
3335
$(INSTALL_DATA) $(srcdir)/lib/dllist.h $(DESTDIR)$(includedir_internal)/lib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp