File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
#-------------------------------------------------------------------------
13
13
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
15
18
16
19
#
17
20
# link with libpq, so we put it here.
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -17,6 +17,7 @@ MKDIR= ../mk
17
17
include $(MKDIR ) /postgres.mk
18
18
19
19
CFLAGS+ = -I$(srcdir ) /backend/include \
20
+ -I$(srcdir ) /include \
20
21
-I$(srcdir ) /backend \
21
22
-I$(CURDIR ) \
22
23
You can’t perform that action at this time.
0 commit comments