]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
comments added
[gdcm.git] / src / Makefile.am
index ce709d5dae58cc6248369c6392bf36bd56282bc6..da2a82241c7fd20d5a788798dee1a1975166728a 100644 (file)
@@ -25,6 +25,7 @@ libgdcm_la_SOURCES=                \
    gdcmHeaderEntry.cxx             \
    gdcmHeaderHelper.cxx            \
    gdcmImage.cxx                   \
+   gdcmMeta.cxx                    \
    gdcmJpeg12.cxx                  \
    gdcmJpeg2000.cxx                \
    gdcmJpeg.cxx                    \
@@ -37,14 +38,14 @@ libgdcm_la_SOURCES=                \
    gdcmStudy.cxx                   \
    gdcmTS.cxx                      \
    gdcmUtil.cxx                    \
-   gdcmVR.cxx 
+   gdcmVR.cxx
 
 
 libgdcmincludedir = $(includedir)
-libgdcminclude_HEADERS =           \
+libgdcminclude_HEADERS =                \
        gdcmCommon.h                    \
        gdcmDicomDir.h                  \
-   gdcmDicomDirElement.h           \
+        gdcmDicomDirElement.h           \
        gdcmDictEntry.h                 \
        gdcmDict.h                      \
        gdcmDictSet.h                   \
@@ -56,13 +57,14 @@ libgdcminclude_HEADERS =           \
        gdcmHeader.h                    \
        gdcmHeaderHelper.h              \
        gdcmImage.h                     \
+        gdcmMeta.h                      \
        gdcmObject.h                    \
        gdcmParser.h                    \
        gdcmPatient.h                   \
        gdcmSerie.h                     \
        gdcmStudy.h                     \
        gdcmVR.h                        \
-       gdcmTS.h                      
+       gdcmTS.h
 
 
 EXTRA_DIST =   \