From: manu Date: Mon, 19 Jan 2004 13:07:35 +0000 (+0000) Subject: Added files for DICOMDIR X-Git-Tag: Version0.4~88 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=42ba89affb3421486df9842ba1b2c93432bfa968;p=gdcm.git Added files for DICOMDIR --- diff --git a/src/Makefile.am b/src/Makefile.am index 8a5a708a..ffca2bfd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,13 @@ libgdcm_la_SOURCES= \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ gdcmRLE.cxx \ - gdcmParse.cxx + gdcmParse.cxx \ + gdcmDICOMDIR.cxx \ + gdcmPatient.cxx \ + gdcmStudy.cxx \ + gdcmSequence.cxx \ + gdcmImage.cxx + libgdcmincludedir = $(includedir) libgdcminclude_HEADERS = \ @@ -44,7 +50,14 @@ libgdcminclude_HEADERS = \ gdcmHeaderEntry.h \ gdcmVR.h \ gdcmTS.h \ - gdcmFile.h + gdcmFile.h \ + gdcmDICOMDIR.h \ + gdcmObject.h \ + gdcmPatient.h \ + gdcmStudy.h \ + gdcmSequence.h \ + gdcmImage.h + EXTRA_DIST = \ gdcmUtil.h