X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=da2a82241c7fd20d5a788798dee1a1975166728a;hb=59f82f69b2058add41553637396b880a92ca999b;hp=ce709d5dae58cc6248369c6392bf36bd56282bc6;hpb=fae5f95ae8cf044c024b1793b94032c9368f0f4b;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index ce709d5d..da2a8224 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,7 @@ libgdcm_la_SOURCES= \ gdcmHeaderEntry.cxx \ gdcmHeaderHelper.cxx \ gdcmImage.cxx \ + gdcmMeta.cxx \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ gdcmJpeg.cxx \ @@ -37,14 +38,14 @@ libgdcm_la_SOURCES= \ gdcmStudy.cxx \ gdcmTS.cxx \ gdcmUtil.cxx \ - gdcmVR.cxx + gdcmVR.cxx libgdcmincludedir = $(includedir) -libgdcminclude_HEADERS = \ +libgdcminclude_HEADERS = \ gdcmCommon.h \ gdcmDicomDir.h \ - gdcmDicomDirElement.h \ + gdcmDicomDirElement.h \ gdcmDictEntry.h \ gdcmDict.h \ gdcmDictSet.h \ @@ -56,13 +57,14 @@ libgdcminclude_HEADERS = \ gdcmHeader.h \ gdcmHeaderHelper.h \ gdcmImage.h \ + gdcmMeta.h \ gdcmObject.h \ gdcmParser.h \ gdcmPatient.h \ gdcmSerie.h \ gdcmStudy.h \ gdcmVR.h \ - gdcmTS.h + gdcmTS.h EXTRA_DIST = \