X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=fc59601e4755b8fb984b7d61e77b1a9f58b4b5db;hb=e3b1014c07e783d2b54604b47bd0e6453656832b;hp=31c6374d48c4d6fb4d59d176ef1016f562288565;hpb=f82255fd505deda217e3da9067c26703ba345567;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 31c6374d..fc59601e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = jpeg +&SUBDIRS = jpeg LTVERSION = 0:1:0 @@ -13,50 +13,58 @@ 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 \ + gdcmDicomDirElement.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 \ + gdcmMeta.cxx \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ - gdcmRLE.cxx \ - gdcmParsePixels.cxx \ - gdcmDICOMDIR.cxx \ + gdcmJpeg.cxx \ + gdcmObject.cxx \ + gdcmParsePixels.cxx \ + gdcmParser.cxx \ gdcmPatient.cxx \ + gdcmRLE.cxx \ + gdcmSerie.cxx \ gdcmStudy.cxx \ - gdcmSequence.cxx \ - gdcmImage.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 \ + gdcmDicomDirElement.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 \ + gdcmMeta.h \ gdcmObject.h \ + gdcmParser.h \ gdcmPatient.h \ + gdcmSerie.h \ gdcmStudy.h \ - gdcmSequence.h \ - gdcmImage.h + gdcmVR.h \ + gdcmTS.h EXTRA_DIST = \