Ignore:
Timestamp:
Mar 10, 2014, 10:46:24 AM (11 years ago)
Author:
ldelgass
Message:

More fixes for VTK build settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/Makefile.in

    r4211 r4212  
    4141
    4242INCLUDES        = -I$(srcdir) \
    43                   -I$(includedir) \
    44                   -I$(includedir)/vtk-$(VTK_VERSION)
     43                  -I$(includedir)
    4544version         = @PACKAGE_VERSION@
    4645DEFINES         = -DPACKAGE_VERSION=\"$(version)\"
     
    6867
    6968ifeq ($(ENABLE_VTK),yes)
     69  INCLUDES += -I$(includedir)/vtk-$(VTK_VERSION)
    7070  OBJS += RpDicomToVtk.o
    7171  VTK_LIB_SPEC += -lvtkIOCore-$(VTK_VERSION) -lvtkIOLegacy-$(VTK_VERSION) -lvtkIOImage-$(VTK_VERSION) -lvtkCommonCore-$(VTK_VERSION)
Note: See TracChangeset for help on using the changeset viewer.