From: malaterre Date: Mon, 6 Oct 2003 14:05:20 +0000 (+0000) Subject: * change gdcmViewer -> vtkgdcmViewer X-Git-Tag: Version0.3.1~130 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=347c71f5a45306bb00dbbd026788f9e47da0375c;p=gdcm.git * change gdcmViewer -> vtkgdcmViewer See: http://www.creatis.insa-lyon.fr/pipermail/dcmlib/2003-October/000192.html --- diff --git a/vtk/Makefile.am b/vtk/Makefile.am index 3008b08a..4e914b8e 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 +gdcmViewer_SOURCES = vtkgdcmViewer.cxx vtkGdcmReader.cxx vtkgdcmdemo_LDADD = $(LDADD) lib_LTLIBRARIES = libvtkgdcm.la libvtkgdcm_la_SOURCES = vtkGdcmReader.cxx