X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=8b4d3a1bdd889883e22c07911b163f5e18340c10;hb=c460dc75a10d96fc38011db90fae5bcd8649b743;hp=3a0be1cb0086db213c26b60dd17578d6961aa10a;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 3a0be1cb..8b4d3a1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ libgdcm_la_SOURCES= \ gdcmDirList.cxx \ gdcmException.cxx \ gdcmFile.cxx \ + gdcmGlobal.cxx \ gdcmHeader.cxx \ gdcmHeaderEntry.cxx \ gdcmHeaderHelper.cxx \ @@ -59,6 +60,7 @@ libgdcminclude_HEADERS = \ gdcmDirList.h \ gdcmException.h \ gdcmFile.h \ + gdcmGlobal.h \ gdcm.h \ gdcmHeaderEntry.h \ gdcmHeader.h \