X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=2ab95e9a94a3f90439a8d44e7aed26d553ba2d57;hb=d4faf2fa2fcd6beba4ba8da5557b3841adfe36dd;hp=314497fc3d5c2a7079615e2f0fa8c923d8675ab2;hpb=e8235a5f13987040aac69069bf6e1667cfe36507;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 314497fc..2ab95e9a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,11 +29,12 @@ libgdcm_la_SOURCES= \ gdcmJpeg12.cxx \ gdcmJpeg2000.cxx \ gdcmRLE.cxx \ - gdcmParse.cxx \ - gdcmDICOMDIR.cxx \ + gdcmParsePixels.cxx \ + gdcmDicomDir.cxx \ + gdcmObject.cxx \ gdcmPatient.cxx \ gdcmStudy.cxx \ - gdcmSequence.cxx \ + gdcmSerie.cxx \ gdcmImage.cxx @@ -51,11 +52,11 @@ libgdcminclude_HEADERS = \ gdcmVR.h \ gdcmTS.h \ gdcmFile.h \ - gdcmDICOMDIR.h \ + gdcmDicomDir.h \ gdcmObject.h \ gdcmPatient.h \ gdcmStudy.h \ - gdcmSequence.h \ + gdcmSerie.h \ gdcmImage.h