mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix location of include files to match postgres.h includes.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user