From: jpr Date: Tue, 3 Feb 2004 19:30:25 +0000 (+0000) Subject: Files are now in alphabetical order (easier to check ;-) X-Git-Tag: Version0.4~35 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b05fe5caac9a2d6c17d1792e8152d70a223f82e1;p=gdcm.git Files are now in alphabetical order (easier to check ;-) --- diff --git a/src/Makefile.am b/src/Makefile.am index 2ab95e9a..a43bce87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = \