File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -99,6 +99,12 @@ install-headers: beforeinstall-headers postgres.h c.h \
99
99
$(HEADERDIR)/lib/dllist.h
100
100
$(INSTALL) $(INSTLOPTS) ../include/utils/geo-decls.h \
101
101
$(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
102
108
$(INSTALL) $(INSTLOPTS) libpq-fe.h $(HEADERDIR)/libpq-fe.h
103
109
ifeq ($(PORTNAME ) , hpux)
104
110
$(INSTALL) $(INSTLOPTS) ../backend/port/hpux/fixade.h \
@@ -120,6 +126,8 @@ beforeinstall-headers:
120
126
then mkdir $(HEADERDIR ) /libpq; fi
121
127
@if [ ! -d $( HEADERDIR) /utils ]; \
122
128
then mkdir $(HEADERDIR ) /utils; fi
129
+ @if [ ! -d $( HEADERDIR) /access ]; \
130
+ then mkdir $(HEADERDIR ) /access; fi
123
131
124
132
ifdef LINUX_ELF
125
133
install-shlib-dep := install-shlib
You can’t perform that action at this time.
0 commit comments