From 42ba89affb3421486df9842ba1b2c93432bfa968 Mon Sep 17 00:00:00 2001 From: manu Date: Mon, 19 Jan 2004 13:07:35 +0000 Subject: [PATCH] Added files for DICOMDIR --- src/Makefile.am | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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 -- 2.48.1