X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=2ab95e9a94a3f90439a8d44e7aed26d553ba2d57;hb=d4faf2fa2fcd6beba4ba8da5557b3841adfe36dd;hp=263adbb8942671ab214e5ad2d8f4e83c4feee723;hpb=d1cf86f331e421ff841ac1bb7323369751a648b9;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 263adbb8..2ab95e9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,16 +12,16 @@ libgdcm_la_LIBADD = \ $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la \ $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la -libgdcm_la_SOURCES= \ +libgdcm_la_SOURCES= \ gdcmException.cxx \ gdcmUtil.cxx \ + gdcmParser.cxx \ gdcmHeader.cxx \ - gdcmHeader2.cxx \ - gdcmHeaderHelper.cxx \ - gdcmHeaderEntry.cxx \ + gdcmHeaderHelper.cxx \ + gdcmHeaderEntry.cxx \ gdcmDictEntry.cxx \ gdcmDict.cxx \ - gdcmDictSet.cxx \ + gdcmDictSet.cxx \ gdcmFile.cxx \ gdcmVR.cxx \ gdcmTS.cxx \ @@ -29,7 +29,14 @@ libgdcm_la_SOURCES= \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ gdcmRLE.cxx \ - gdcmParse.cxx + gdcmParsePixels.cxx \ + gdcmDicomDir.cxx \ + gdcmObject.cxx \ + gdcmPatient.cxx \ + gdcmStudy.cxx \ + gdcmSerie.cxx \ + gdcmImage.cxx + libgdcmincludedir = $(includedir) libgdcminclude_HEADERS = \ @@ -44,7 +51,14 @@ libgdcminclude_HEADERS = \ gdcmHeaderEntry.h \ gdcmVR.h \ gdcmTS.h \ - gdcmFile.h + gdcmFile.h \ + gdcmDicomDir.h \ + gdcmObject.h \ + gdcmPatient.h \ + gdcmStudy.h \ + gdcmSerie.h \ + gdcmImage.h + EXTRA_DIST = \ gdcmUtil.h