Skip to content

Commit 28fad34

Browse files
committed
modifications required to reflect centralized include files
1 parent 4978d3f commit 28fad34

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/bin/Makefile.global

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.7 1996/08/14 04:54:24 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.8 1996/08/28 23:00:07 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

14-
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
14+
CFLAGS+= -I$(srcdir)/backend \
15+
-I$(srcdir)/backend/include \
16+
-I$(srcdir)/libpq \
17+
-I$(srcdir)/include
1518

1619
#
1720
# link with libpq, so we put it here.

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.3 1996/08/01 05:04:29 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.4 1996/08/28 23:02:43 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,6 +17,7 @@ MKDIR= ../mk
1717
include $(MKDIR)/postgres.mk
1818

1919
CFLAGS+= -I$(srcdir)/backend/include \
20+
-I$(srcdir)/include \
2021
-I$(srcdir)/backend \
2122
-I$(CURDIR) \
2223

0 commit comments

Comments
 (0)