From: manu Date: Tue, 7 Oct 2003 09:42:53 +0000 (+0000) Subject: FIX : compilation process wad broken. X-Git-Tag: Version0.3.1~127 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5c44f8f935d6d9bff6049a57d482b38ae3891cf2;p=gdcm.git FIX : compilation process wad broken. Changed gdcmViewer_sources to vtkgdcmViewer_sources --- diff --git a/vtk/Makefile.am b/vtk/Makefile.am index 4e914b8e..21787d7a 100644 --- a/vtk/Makefile.am +++ b/vtk/Makefile.am @@ -25,7 +25,7 @@ LDADD = \ if BUILD_VTK noinst_PROGRAMS = vtkgdcmdemo vtkgdcmViewer vtkgdcmdemo_SOURCES = testvtkGdcmReader.cxx vtkGdcmReader.cxx -gdcmViewer_SOURCES = vtkgdcmViewer.cxx vtkGdcmReader.cxx +vtkgdcmViewer_SOURCES = vtkgdcmViewer.cxx vtkGdcmReader.cxx vtkgdcmdemo_LDADD = $(LDADD) lib_LTLIBRARIES = libvtkgdcm.la libvtkgdcm_la_SOURCES = vtkGdcmReader.cxx