X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=6c1881ad974a1f22f005580238f3ec7685f189dd;hb=29bdd1e88a28b6267618f633f304e1154537ce7b;hp=c60798f57483fb0cd58360037e50398dea842506;hpb=b158878c883def8179e3eccc27fcea5bb6035a4c;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index c60798f5..6c1881ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ libgdcm_la_SOURCES= \ gdcmException.cxx \ gdcmUtil.cxx \ gdcmHeader.cxx \ + gdcmHeaderHelper.cxx \ gdcmElValue.cxx \ gdcmDictEntry.cxx \ gdcmDict.cxx \ @@ -29,24 +30,26 @@ libgdcm_la_SOURCES= \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ gdcmRLE.cxx \ + gdcmParse.cxx \ gdcmJpegIdo.cxx libgdcmincludedir = $(includedir) -libgdcminclude_HEADERS = \ - gdcmException.h \ - gdcmHeader.h \ - gdcmCommon.h \ - gdcm.h \ - gdcmDictSet.h \ - gdcmDict.h \ - gdcmDictEntry.h \ - gdcmElValue.h \ - gdcmElValSet.h \ - gdcmVR.h \ - gdcmTS.h \ +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 -EXTRA_DIST = \ - gdcmUtil.h \ - gdcmIdo.h \ +EXTRA_DIST = \ + gdcmUtil.h \ + gdcmIdo.h \ iddcmjpeg.h