From fd067981be0e781e194cd5eaeece035cb5cf28ef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 25 Sep 1996 19:37:31 +0000 Subject: [PATCH] Fix location of include files to match postgres.h includes. --- src/interfaces/libpq/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index ce1bee8d37..7523e59e14 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.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