X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=8b4d3a1bdd889883e22c07911b163f5e18340c10;hb=5f059c9a5febdd08bc360421311319fd9a806b75;hp=26911da7a79a25f8af40d03541e3046ac82eb71c;hpb=22f785a2627d1e7823701193bd7624739a3e033b;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 26911da7..8b4d3a1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ libgdcm_la_LIBADD = \ $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la libgdcm_la_SOURCES= \ + gdcmDebug.cxx \ gdcmDicomDir.cxx \ gdcmDicomDirElement.cxx \ gdcmDicomDirImage.cxx \ @@ -26,6 +27,7 @@ libgdcm_la_SOURCES= \ gdcmDirList.cxx \ gdcmException.cxx \ gdcmFile.cxx \ + gdcmGlobal.cxx \ gdcmHeader.cxx \ gdcmHeaderEntry.cxx \ gdcmHeaderHelper.cxx \ @@ -42,29 +44,31 @@ libgdcm_la_SOURCES= \ libgdcmincludedir = $(includedir) -libgdcminclude_HEADERS = \ - gdcmCommon.h \ - gdcmDicomDir.h \ - gdcmDicomDirElement.h \ - gdcmDicomDirImage.h \ - gdcmDicomDirMeta.h \ - gdcmDicomDirPatient.h \ - gdcmDicomDirSerie.h \ - gdcmDicomDirStudy.h \ - gdcmDictEntry.h \ - gdcmDict.h \ - gdcmDictSet.h \ - gdcmDirList.h \ - gdcmException.h \ - gdcmFile.h \ - gdcm.h \ - gdcmHeaderEntry.h \ - gdcmHeader.h \ - gdcmHeaderHelper.h \ - gdcmObject.h \ - gdcmParser.h \ - gdcmVR.h \ - gdcmTS.h +libgdcminclude_HEADERS = \ + gdcmCommon.h \ + gdcmDebug.h \ + gdcmDicomDir.h \ + gdcmDicomDirElement.h \ + gdcmDicomDirImage.h \ + gdcmDicomDirMeta.h \ + gdcmDicomDirPatient.h \ + gdcmDicomDirSerie.h \ + gdcmDicomDirStudy.h \ + gdcmDictEntry.h \ + gdcmDict.h \ + gdcmDictSet.h \ + gdcmDirList.h \ + gdcmException.h \ + gdcmFile.h \ + gdcmGlobal.h \ + gdcm.h \ + gdcmHeaderEntry.h \ + gdcmHeader.h \ + gdcmHeaderHelper.h \ + gdcmObject.h \ + gdcmParser.h \ + gdcmVR.h \ + gdcmTS.h EXTRA_DIST = \ gdcmUtil.h