diff options
author | Bruce Momjian | 1998-10-12 04:32:24 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-12 04:32:24 +0000 |
commit | d2d919f7b79a5f1e9025610bde4382f4119650b3 (patch) | |
tree | 6f17e49e93814c6b45fe924223b5543481edbeb8 /src/bin/pgtclsh | |
parent | 51fd8dd36ad666f5a71a0e16e83ac82f18de8127 (diff) |
tcl cleanup.
Diffstat (limited to 'src/bin/pgtclsh')
-rw-r--r-- | src/bin/pgtclsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index 0bf1952dbb9..efa3b3376ae 100644 --- a/src/bin/pgtclsh/Makefile +++ b/src/bin/pgtclsh/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.19 1998/10/12 02:40:58 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.20 1998/10/12 04:32:22 momjian Exp $ # #------------------------------------------------------------------------- @@ -19,7 +19,7 @@ include ../../Makefile.global # include Makefile.tcltkdefs -CFLAGS+= -I$(SRCDIR)/interfaces/libpgtcl +CFLAGS+= $(X_CFLAGS) -I$(SRCDIR)/interfaces/libpgtcl ifdef KRBVERS LDFLAGS+= $(KRBLIBS) @@ -41,8 +41,8 @@ pgtclsh: pgtclAppInit.o pgtksh: pgtkAppInit.o $(CC) $(CFLAGS) $(TK_DEFS) -o $@ pgtkAppInit.o \ - $(LIBPGTCL) $(LIBPQ) $(TK_LIB_SPEC) $(TK_LIBS) \ - $(TCL_LIB_SPEC) $(TCL_LIB) $(LDFLAGS) + $(LIBPGTCL) $(LIBPQ) $(X_LIBS) $(TK_LIB_SPEC) $(TK_LIBS) \ + $(TCL_LIB_SPEC) $(TCL_LIB) $(X11_LIBS) $(LDFLAGS) install: pgtclsh pgtksh $(INSTALL) $(INSTL_EXE_OPTS) pgtclsh $(BINDIR)/pgtclsh |