diff options
author | Bruce Momjian | 1997-09-27 19:13:56 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-27 19:13:56 +0000 |
commit | fc50064d8582a81f41bb6677b3e081319f00bf9f (patch) | |
tree | dd5eab14ee8ed308e37b794899c5ee21d4dbc1dc | |
parent | 16440d79bbee1bfb218ff23b2ae5caf13a8b78e8 (diff) |
Changed location of libpgtcl stuff.
-rw-r--r-- | src/bin/pgtclsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index 3a6919b5dd7..54aeee10a01 100644 --- a/src/bin/pgtclsh/Makefile +++ b/src/bin/pgtclsh/Makefile @@ -7,14 +7,14 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.7 1997/04/26 05:06:12 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.8 1997/09/27 19:13:56 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. include ../../Makefile.global -CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/libpgtcl +CFLAGS+= -I$(TCL_INCDIR) -I$(TK_INCDIR) -I$(X11_INCDIR) -I$(SRCDIR)/interfaces/libpgtcl # try to find libpgtcl.a in either directory LIBPGTCL= -L$(SRCDIR)/libpgtcl -L$(LIBDIR) -lpgtcl |