diff options
Diffstat (limited to 'contrib/pginterface/Makefile')
-rw-r--r-- | contrib/pginterface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pginterface/Makefile b/contrib/pginterface/Makefile index 659aac30f0..8e86345a44 100644 --- a/contrib/pginterface/Makefile +++ b/contrib/pginterface/Makefile @@ -4,8 +4,8 @@ # PGINTERFACE = pginterface.o halt.o TARGET = pginsert pgwordcount pgnulltest -CFLAGS = -g -Wall -I/u/postgres95/include -LDFLAGS = -L/u/postgres95/lib -lpq +CFLAGS = -g -Wall -I/usr/local/pgsql/include +LDFLAGS = -L/usr/local/pgsql/lib -lpq all : $(TARGET) |