X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=6d0052016b1d8be02040c1050fa000973612f7fa;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=c60798f57483fb0cd58360037e50398dea842506;hpb=b158878c883def8179e3eccc27fcea5bb6035a4c;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index c60798f5..6d005201 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 \ @@ -35,6 +36,7 @@ libgdcmincludedir = $(includedir) libgdcminclude_HEADERS = \ gdcmException.h \ gdcmHeader.h \ + gdcmHeaderHelper.h \ gdcmCommon.h \ gdcm.h \ gdcmDictSet.h \