X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=dcd328a2ea9d9aa5229734d4abe6bbe96f883216;hb=1988dee6507ec70166b38c7e0cac6c1e9c18351e;hp=cf5612dbf05dccd48b0d6ad1011ae150c96f77cb;hpb=5581a576a5749e2335205ece834b92afad111ad8;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index cf5612db..dcd328a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,8 +14,12 @@ LTVERSION = 0:1:0 lib_LTLIBRARIES = libgdcm.la +CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \ + -D__STDC_LIMIT_MACROS # Refer to stdint.h + libgdcm_la_SOURCES= \ - gdcmUtil.cxx \ + gdcmException.cxx \ + gdcmUtil.cxx \ gdcmHeader.cxx \ gdcmElValue.cxx \ gdcmDictEntry.cxx \ @@ -23,11 +27,25 @@ libgdcm_la_SOURCES= \ gdcmDictSet.cxx \ gdcmElValSet.cxx \ gdcmHeaderIdo.cxx \ - gdcmFile.cxx + gdcmFile.cxx \ + gdcmVR.cxx \ + gdcmJpeg.cxx libgdcmincludedir = $(includedir) -libgdcminclude_HEADERS = \ - config.h \ +libgdcminclude_HEADERS = \ + gdcmException.h \ + gdcmHeader.h \ + gdcmCommon.h \ gdcm.h \ + gdcmDictSet.h \ + gdcmDict.h \ + gdcmDictEntry.h \ + gdcmElValue.h \ + gdcmElValSet.h \ + gdcmVR.h \ + gdcmFile.h + +EXTRA_DIST = \ + gdcmUtil.h \ gdcmIdo.h \ - gdcmUtil.h + iddcmjpeg.h