]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
* src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
[gdcm.git] / src / Makefile.am
index cf5612dbf05dccd48b0d6ad1011ae150c96f77cb..c5506f186876a59277010ef355e49f04192dcdb4 100644 (file)
@@ -14,8 +14,11 @@ LTVERSION = 0:1:0
 
 lib_LTLIBRARIES = libgdcm.la
 
+CXXFLAGS = -DPUB_DICT_PATH=\"$(prefix)/dicts/\"
+
 libgdcm_la_SOURCES=            \
-       gdcmUtil.cxx    \
+       gdcmException.cxx       \
+       gdcmUtil.cxx            \
        gdcmHeader.cxx    \
        gdcmElValue.cxx   \
        gdcmDictEntry.cxx \
@@ -29,5 +32,6 @@ libgdcmincludedir = $(includedir)
 libgdcminclude_HEADERS =       \
        config.h        \
        gdcm.h          \
+       gdcmException.h \
        gdcmIdo.h       \
        gdcmUtil.h