]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
To display the actual value of Transfer Syntax (instead of its code)
[gdcm.git] / src / Makefile.am
index d610a8d6de05a89009d1ead6de430d2b844e1372..dcd328a2ea9d9aa5229734d4abe6bbe96f883216 100644 (file)
@@ -14,7 +14,8 @@ LTVERSION = 0:1:0
 
 lib_LTLIBRARIES = libgdcm.la
 
-CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\"
+CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \
+           -D__STDC_LIMIT_MACROS  # Refer to stdint.h
 
 libgdcm_la_SOURCES=            \
        gdcmException.cxx       \
@@ -27,22 +28,24 @@ libgdcm_la_SOURCES=         \
        gdcmElValSet.cxx  \
        gdcmHeaderIdo.cxx \
        gdcmFile.cxx    \
+       gdcmVR.cxx      \
        gdcmJpeg.cxx
 
 libgdcmincludedir = $(includedir)
 libgdcminclude_HEADERS = \
        gdcmException.h \
        gdcmHeader.h    \
-       gdcmFile.h
-
-EXTRA_DIST = \
-       gdcmUtil.h      \
-       gdcm.h          \
-       gdcmIdo.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       \
        iddcmjpeg.h