Changeset 507 for trunk/gui/Makefile.in


Ignore:
Timestamp:
Aug 8, 2006 8:52:06 AM (18 years ago)
Author:
nkissebe
Message:

Enable specific TK support (rather than assuming it is installed in same
place as Tcl). Currently the configure script is pulling Tcl from the build
location and Tk from the install location. It should probably pick them both
up from their respective build locations. This can be overriden at the
./configure step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile.in

    r503 r507  
    147147SHARED_BUILD    = @SHARED_BUILD@
    148148
    149 INCLUDES        = @PKG_INCLUDES@ @TCL_INCLUDES@ -I$(BLT_SRC_DIR)
     149INCLUDES        = @PKG_INCLUDES@ @TCL_INCLUDES@ @TK_INCLUDES@ -I$(BLT_SRC_DIR)
    150150#INCLUDES       = @PKG_INCLUDES@ @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@
    151151
Note: See TracChangeset for help on using the changeset viewer.