]> Creatis software - gdcm.git/commitdiff
Files are now in alphabetical order (easier to check ;-)
authorjpr <jpr>
Tue, 3 Feb 2004 19:30:25 +0000 (19:30 +0000)
committerjpr <jpr>
Tue, 3 Feb 2004 19:30:25 +0000 (19:30 +0000)
src/Makefile.am

index 2ab95e9a94a3f90439a8d44e7aed26d553ba2d57..a43bce8791d308516852ca43fb2e35fafe62e84c 100644 (file)
@@ -13,51 +13,54 @@ libgdcm_la_LIBADD = \
    $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la 
 
 libgdcm_la_SOURCES=                \
-   gdcmException.cxx               \
-   gdcmUtil.cxx                    \
-   gdcmParser.cxx                  \
-   gdcmHeader.cxx                  \
-   gdcmHeaderHelper.cxx            \
-   gdcmHeaderEntry.cxx             \
-   gdcmDictEntry.cxx               \
+   gdcmDicomDir.cxx                \
    gdcmDict.cxx                    \
+   gdcmDictEntry.cxx               \
    gdcmDictSet.cxx                 \
+   gdcmDirList.cxx                 \
+   gdcmException.cxx               \
    gdcmFile.cxx                    \
-   gdcmVR.cxx                      \
-   gdcmTS.cxx                      \
-   gdcmJpeg.cxx                    \
+   gdcmHeader.cxx                  \
+   gdcmHeaderEntry.cxx             \
+   gdcmHeaderHelper.cxx            \
+   gdcmImage.cxx                   \
    gdcmJpeg12.cxx                  \
    gdcmJpeg2000.cxx                \
-   gdcmRLE.cxx                     \
-   gdcmParsePixels.cxx             \
-   gdcmDicomDir.cxx                \
+   gdcmJpeg.cxx                    \
    gdcmObject.cxx                  \
+   gdcmParsePixels.cxx             \
+   gdcmParser.cxx                  \
    gdcmPatient.cxx                 \
-   gdcmStudy.cxx                   \
+   gdcmRLE.cxx                     \
    gdcmSerie.cxx                   \
-   gdcmImage.cxx
+   gdcmStudy.cxx                   \
+   gdcmTS.cxx                      \
+   gdcmUtil.cxx                    \
+   gdcmVR.cxx 
 
 
 libgdcmincludedir = $(includedir)
 libgdcminclude_HEADERS =                \
-       gdcmException.h                 \
-       gdcmHeader.h                    \
-       gdcmHeaderHelper.h              \
        gdcmCommon.h                    \
-       gdcm.h                          \
-       gdcmDictSet.h                   \
-       gdcmDict.h                      \
+       gdcmDicomDir.h                  \
        gdcmDictEntry.h                 \
-       gdcmHeaderEntry.h               \
-       gdcmVR.h                        \
-       gdcmTS.h                        \
+       gdcmDict.h                      \
+       gdcmDictSet.h                   \
+       gdcmDirList.h                   \
+       gdcmException.h                 \
        gdcmFile.h                      \
-       gdcmDicomDir.h                  \
+       gdcm.h                          \
+       gdcmHeaderEntry.h               \
+       gdcmHeader.h                    \
+       gdcmHeaderHelper.h              \
+       gdcmImage.h                     \
        gdcmObject.h                    \
+       gdcmParser.h                    \
        gdcmPatient.h                   \
-       gdcmStudy.h                     \
        gdcmSerie.h                     \
-       gdcmImage.h
+       gdcmStudy.h                     \
+       gdcmVR.h                        \
+       gdcmTS.h                      
 
 
 EXTRA_DIST =   \