Changeset 4909 for branches/r9/pkgs
- Timestamp:
- Dec 31, 2014, 10:05:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/r9/pkgs/Makefile.in
r4870 r4909 14 14 RM = rm -f 15 15 VPATH = $(srcdir) 16 HAVE_VTK = @HAVE_VTK@16 WITH_VTK = @WITH_VTK@ 17 17 18 18 SUBDIRS = \ … … 29 29 system 30 30 31 if eq ($(HAVE_VTK),yes)31 ifneq ($(WITH_VTK),"no") 32 32 SUBDIRS += DicomToVtk DxToVtk PdbToVtk 33 33 endif
Note: See TracChangeset
for help on using the changeset viewer.