]> Creatis software - gdcm.git/commitdiff
Added files for DICOMDIR
authormanu <manu>
Mon, 19 Jan 2004 13:07:35 +0000 (13:07 +0000)
committermanu <manu>
Mon, 19 Jan 2004 13:07:35 +0000 (13:07 +0000)
src/Makefile.am

index 8a5a708a66f74978c3c805759e30cf86dd36331d..ffca2bfd12a0cf731932f8673b0fb9beb0a0d2cb 100644 (file)
@@ -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