Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 99a4dc0

Browse files
committed
Copy needed include files into standard directory.
1 parent b715c3a commit 99a4dc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/interfaces/libpq/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.17 1996/11/14 10:25:48 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.18 1996/11/17 19:27:38 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -99,6 +99,12 @@ install-headers: beforeinstall-headers postgres.h c.h \
9999
$(HEADERDIR)/lib/dllist.h
100100
$(INSTALL) $(INSTLOPTS) ../include/utils/geo-decls.h \
101101
$(HEADERDIR)/utils/geo-decls.h
102+
$(INSTALL) $(INSTLOPTS) ../include/utils/elog.h \
103+
$(HEADERDIR)/utils/elog.h
104+
$(INSTALL) $(INSTLOPTS) ../include/utils/palloc.h \
105+
$(HEADERDIR)/utils/palloc.h
106+
$(INSTALL) $(INSTLOPTS) ../include/access/attnum.h \
107+
$(HEADERDIR)/access/attnum.h
102108
$(INSTALL) $(INSTLOPTS) libpq-fe.h $(HEADERDIR)/libpq-fe.h
103109
ifeq ($(PORTNAME), hpux)
104110
$(INSTALL) $(INSTLOPTS) ../backend/port/hpux/fixade.h \
@@ -120,6 +126,8 @@ beforeinstall-headers:
120126
then mkdir $(HEADERDIR)/libpq; fi
121127
@if [ ! -d $(HEADERDIR)/utils ]; \
122128
then mkdir $(HEADERDIR)/utils; fi
129+
@if [ ! -d $(HEADERDIR)/access ]; \
130+
then mkdir $(HEADERDIR)/access; fi
123131

124132
ifdef LINUX_ELF
125133
install-shlib-dep := install-shlib

0 commit comments

Comments
 (0)