]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
Removing all the Data files (use gdcmData module instead). Frog
[gdcm.git] / src / Makefile.am
index cf5612dbf05dccd48b0d6ad1011ae150c96f77cb..dcd328a2ea9d9aa5229734d4abe6bbe96f883216 100644 (file)
@@ -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