1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Makefile cleanup.

This commit is contained in:
Bruce Momjian
1997-09-16 18:47:36 +00:00
parent df7a435587
commit f3a58f2639
5 changed files with 21 additions and 20 deletions

View File

@@ -2,8 +2,8 @@
# Makefile for example programs
#
SRCDIR= ../..
include ../../Makefile.global
SRCDIR= ../../..
include ../../../Makefile.global
LIBNAME= libpq++
@@ -15,8 +15,8 @@ CXXFLAGS= $(CFLAGS) -Wno-error
INCLUDE_OPT= \
-I.. \
-I../../backend \
-I../../include \
-I../../../backend \
-I../../../include \
-I$(LIBPQDIR) \
-I$(HEADERDIR)
CXXFLAGS+= $(INCLUDE_OPT)