mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
modifications required to reflect centralized include files
This commit is contained in:
parent
4978d3f4bb
commit
28fad34c7b
@ -7,11 +7,14 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.7 1996/08/14 04:54:24 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.8 1996/08/28 23:00:07 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
|
CFLAGS+= -I$(srcdir)/backend \
|
||||||
|
-I$(srcdir)/backend/include \
|
||||||
|
-I$(srcdir)/libpq \
|
||||||
|
-I$(srcdir)/include
|
||||||
|
|
||||||
#
|
#
|
||||||
# link with libpq, so we put it here.
|
# link with libpq, so we put it here.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.3 1996/08/01 05:04:29 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.4 1996/08/28 23:02:43 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -17,6 +17,7 @@ MKDIR= ../mk
|
|||||||
include $(MKDIR)/postgres.mk
|
include $(MKDIR)/postgres.mk
|
||||||
|
|
||||||
CFLAGS+= -I$(srcdir)/backend/include \
|
CFLAGS+= -I$(srcdir)/backend/include \
|
||||||
|
-I$(srcdir)/include \
|
||||||
-I$(srcdir)/backend \
|
-I$(srcdir)/backend \
|
||||||
-I$(CURDIR) \
|
-I$(CURDIR) \
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user