X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=3aa620c9977348f91b76448cce495d3cc7efae18;hb=49484255e3674c038cbf2259a8c3325c0039cd41;hp=6d0052016b1d8be02040c1050fa000973612f7fa;hpb=59d3befd7f593a3a6f10162d91bf757c1a4956ac;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index 6d005201..3aa620c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,46 +9,44 @@ CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \ libgdcm_la_LIBADD = \ $(top_builddir)/src/jpeg/libijg12/libgdcmijpeg12.la \ - $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la - - -libgdcm_la_SOURCES= \ - gdcmException.cxx \ - gdcmUtil.cxx \ - gdcmHeader.cxx \ - gdcmHeaderHelper.cxx \ - gdcmElValue.cxx \ - gdcmDictEntry.cxx \ - gdcmDict.cxx \ - gdcmDictSet.cxx \ - gdcmElValSet.cxx \ - gdcmHeaderIdo.cxx \ - gdcmFile.cxx \ - gdcmVR.cxx \ - gdcmTS.cxx \ - gdcmJpeg.cxx \ - gdcmJpeg12.cxx \ - gdcmJpeg2000.cxx \ - gdcmRLE.cxx \ - gdcmJpegIdo.cxx + $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la \ + $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la + +libgdcm_la_SOURCES= \ + gdcmException.cxx \ + gdcmUtil.cxx \ + gdcmHeader.cxx \ + gdcmHeaderHelper.cxx \ + gdcmHeaderEntry.cxx \ + gdcmHeaderEntrySet.cxx \ + gdcmDictEntry.cxx \ + gdcmDict.cxx \ + gdcmDictSet.cxx \ + gdcmFile.cxx \ + gdcmVR.cxx \ + gdcmTS.cxx \ + gdcmJpeg.cxx \ + gdcmJpeg12.cxx \ + gdcmJpeg2000.cxx \ + gdcmRLE.cxx \ + gdcmParse.cxx libgdcmincludedir = $(includedir) -libgdcminclude_HEADERS = \ - gdcmException.h \ - gdcmHeader.h \ - gdcmHeaderHelper.h \ - gdcmCommon.h \ - gdcm.h \ - gdcmDictSet.h \ - gdcmDict.h \ - gdcmDictEntry.h \ - gdcmElValue.h \ - gdcmElValSet.h \ - gdcmVR.h \ - gdcmTS.h \ +libgdcminclude_HEADERS = \ + gdcmException.h \ + gdcmHeader.h \ + gdcmHeaderHelper.h \ + gdcmCommon.h \ + gdcm.h \ + gdcmDictSet.h \ + gdcmDict.h \ + gdcmDictEntry.h \ + gdcmHeaderEntry.h \ + gdcmHeaderEntrySet.h \ + gdcmVR.h \ + gdcmTS.h \ gdcmFile.h -EXTRA_DIST = \ - gdcmUtil.h \ - gdcmIdo.h \ - iddcmjpeg.h +EXTRA_DIST = \ + gdcmUtil.h +