Changeset 2400


Ignore:
Timestamp:
Aug 19, 2011 1:18:12 AM (13 years ago)
Author:
ldelgass
Message:

Fix Makefile.in for vtkviewer-test filename change

Location:
trunk/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile.in

    r2175 r2400  
    5858        done
    5959        $(RM) Makefile pkgIndex.tcl
    60         $(RM) config.cache config.log config.status
    61 
     60        $(RM) -r config.cache config.log config.status autom4te.cache
  • trunk/gui/apps/Makefile.in

    r2247 r2400  
    2626                $(srcdir)/nanovis-test \
    2727                $(srcdir)/vtkcontour-test \
    28                 $(srcdir)/vtkviewer2-test \
     28                $(srcdir)/vtkviewer-test \
    2929                $(srcdir)/flowvis-test \
    3030                rappture \
  • trunk/gui/configure.in

    r2117 r2400  
    155155  . ${exec_prefix}/lib/tclConfig.sh
    156156fi
    157 if test -f "${exec_prefix}/lib/tclConfig.sh" ; then
     157if test -f "${exec_prefix}/lib/tkConfig.sh" ; then
    158158  . ${exec_prefix}/lib/tkConfig.sh     
    159159fi
Note: See TracChangeset for help on using the changeset viewer.