mirror of https://github.com/postgres/postgres
Fix location of include files to match postgres.h includes.
This commit is contained in:
parent
0d83b86720
commit
fd067981be
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6 1996/09/23 18:14:08 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.7 1996/09/25 19:37:31 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
@ -78,12 +78,14 @@ TEMPDIR=obj
|
|||
install-headers: beforeinstall-headers postgres.h c.h
|
||||
$(INSTALL) $(INSTLOPTS) ../backend/include/postgres.h \
|
||||
$(HEADERDIR)/postgres.h
|
||||
$(INSTALL) $(INSTLOPTS) ../include/config.h \
|
||||
$(HEADERDIR)/config.h
|
||||
$(INSTALL) $(INSTLOPTS) ../include/libpq/pqcomm.h \
|
||||
$(HEADERDIR)/libpq/pqcomm.h
|
||||
$(INSTALL) $(INSTLOPTS) ../include/libpq/libpq-fs.h \
|
||||
$(HEADERDIR)/libpq/libpq-fs.h
|
||||
$(INSTALL) $(INSTLOPTS) ../include/lib/dllist.h \
|
||||
$(HEADERDIR)/libpq/dllist.h
|
||||
$(HEADERDIR)/lib/dllist.h
|
||||
$(INSTALL) $(INSTLOPTS) ../include/utils/geo-decls.h \
|
||||
$(HEADERDIR)/utils/geo-decls.h
|
||||
$(INSTALL) $(INSTLOPTS) libpq-fe.h $(HEADERDIR)/libpq-fe.h
|
||||
|
|
Loading…
Reference in New Issue