aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-17 19:27:38 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-17 19:27:38 +0000
commit99a4dc0598ea2fc84b895074c86d71dbfc73e74e (patch)
tree5c150360c084b9676ff30492e0ff9e2c0b991acc
parentb715c3ad960d828a5b6657b01332ec1408a66b6a (diff)
downloadpostgresql-99a4dc0598ea2fc84b895074c86d71dbfc73e74e.tar.gz
postgresql-99a4dc0598ea2fc84b895074c86d71dbfc73e74e.zip
Copy needed include files into standard directory.
-rw-r--r--src/interfaces/libpq/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 9e33abd8cb6..af39505743e 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.17 1996/11/14 10:25:48 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.18 1996/11/17 19:27:38 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -99,6 +99,12 @@ install-headers: beforeinstall-headers postgres.h c.h \
$(HEADERDIR)/lib/dllist.h
$(INSTALL) $(INSTLOPTS) ../include/utils/geo-decls.h \
$(HEADERDIR)/utils/geo-decls.h
+ $(INSTALL) $(INSTLOPTS) ../include/utils/elog.h \
+ $(HEADERDIR)/utils/elog.h
+ $(INSTALL) $(INSTLOPTS) ../include/utils/palloc.h \
+ $(HEADERDIR)/utils/palloc.h
+ $(INSTALL) $(INSTLOPTS) ../include/access/attnum.h \
+ $(HEADERDIR)/access/attnum.h
$(INSTALL) $(INSTLOPTS) libpq-fe.h $(HEADERDIR)/libpq-fe.h
ifeq ($(PORTNAME), hpux)
$(INSTALL) $(INSTLOPTS) ../backend/port/hpux/fixade.h \
@@ -120,6 +126,8 @@ beforeinstall-headers:
then mkdir $(HEADERDIR)/libpq; fi
@if [ ! -d $(HEADERDIR)/utils ]; \
then mkdir $(HEADERDIR)/utils; fi
+ @if [ ! -d $(HEADERDIR)/access ]; \
+ then mkdir $(HEADERDIR)/access; fi
ifdef LINUX_ELF
install-shlib-dep := install-shlib