]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
updtae ChangeLog
[gdcm.git] / src / Makefile.am
index 68883906ed345272f384008e0d590f31c89f470e..2ab95e9a94a3f90439a8d44e7aed26d553ba2d57 100644 (file)
@@ -12,40 +12,53 @@ libgdcm_la_LIBADD = \
    $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la    \
    $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la 
 
-libgdcm_la_SOURCES=    \
-       gdcmException.cxx                       \
-       gdcmUtil.cxx                            \
-       gdcmHeader.cxx                          \
-       gdcmHeaderHelper.cxx            \
-       gdcmHeaderEntry.cxx             \
-       gdcmHeaderEntrySet.cxx  \
-       gdcmDictEntry.cxx                       \
-       gdcmDict.cxx                            \
-       gdcmDictSet.cxx                 \
-       gdcmFile.cxx                            \
-       gdcmVR.cxx                                      \
-       gdcmTS.cxx                                      \
-       gdcmJpeg.cxx                            \
-       gdcmJpeg12.cxx                          \
-       gdcmJpeg2000.cxx                        \
-       gdcmRLE.cxx                                     \
-   gdcmParse.cxx
+libgdcm_la_SOURCES=                \
+   gdcmException.cxx               \
+   gdcmUtil.cxx                    \
+   gdcmParser.cxx                  \
+   gdcmHeader.cxx                  \
+   gdcmHeaderHelper.cxx            \
+   gdcmHeaderEntry.cxx             \
+   gdcmDictEntry.cxx               \
+   gdcmDict.cxx                    \
+   gdcmDictSet.cxx                 \
+   gdcmFile.cxx                    \
+   gdcmVR.cxx                      \
+   gdcmTS.cxx                      \
+   gdcmJpeg.cxx                    \
+   gdcmJpeg12.cxx                  \
+   gdcmJpeg2000.cxx                \
+   gdcmRLE.cxx                     \
+   gdcmParsePixels.cxx             \
+   gdcmDicomDir.cxx                \
+   gdcmObject.cxx                  \
+   gdcmPatient.cxx                 \
+   gdcmStudy.cxx                   \
+   gdcmSerie.cxx                   \
+   gdcmImage.cxx
+
 
 libgdcmincludedir = $(includedir)
-libgdcminclude_HEADERS =       \
-       gdcmException.h                 \
-       gdcmHeader.h                            \
-       gdcmHeaderHelper.h              \
-       gdcmCommon.h                            \
-       gdcm.h                                          \
-       gdcmDictSet.h                           \
-       gdcmDict.h                                      \
-       gdcmDictEntry.h                 \
-       gdcmElValue.h                           \
-       gdcmElValSet.h                          \
-       gdcmVR.h                                                \
-       gdcmTS.h                                                \
-       gdcmFile.h
+libgdcminclude_HEADERS =                \
+       gdcmException.h                 \
+       gdcmHeader.h                    \
+       gdcmHeaderHelper.h              \
+       gdcmCommon.h                    \
+       gdcm.h                          \
+       gdcmDictSet.h                   \
+       gdcmDict.h                      \
+       gdcmDictEntry.h                 \
+       gdcmHeaderEntry.h               \
+       gdcmVR.h                        \
+       gdcmTS.h                        \
+       gdcmFile.h                      \
+       gdcmDicomDir.h                  \
+       gdcmObject.h                    \
+       gdcmPatient.h                   \
+       gdcmStudy.h                     \
+       gdcmSerie.h                     \
+       gdcmImage.h
+
 
 EXTRA_DIST =   \
        gdcmUtil.h