X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FMakefile.am;h=21787d7a81d17d979e4c0f419d54ec644ceec49d;hb=5fcb16fce39e0e37cc978e30b02b84562276c64e;hp=3008b08aa513bb84e10170082eb85b6fba7106b3;hpb=0003eb9bac6ab08742ddaf85e41ec5c00239e594;p=gdcm.git diff --git a/vtk/Makefile.am b/vtk/Makefile.am index 3008b08a..21787d7a 100644 --- a/vtk/Makefile.am +++ b/vtk/Makefile.am @@ -23,9 +23,9 @@ LDADD = \ $(LIBS_X11) if BUILD_VTK -noinst_PROGRAMS = vtkgdcmdemo gdcmViewer +noinst_PROGRAMS = vtkgdcmdemo vtkgdcmViewer vtkgdcmdemo_SOURCES = testvtkGdcmReader.cxx vtkGdcmReader.cxx -gdcmViewer_SOURCES = gdcmViewer.cxx vtkGdcmReader.cxx +vtkgdcmViewer_SOURCES = vtkgdcmViewer.cxx vtkGdcmReader.cxx vtkgdcmdemo_LDADD = $(LDADD) lib_LTLIBRARIES = libvtkgdcm.la libvtkgdcm_la_SOURCES = vtkGdcmReader.cxx