X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FMakefile.am;h=c5506f186876a59277010ef355e49f04192dcdb4;hb=0ba680a668e29ec5f58a2cf9af862be253c51055;hp=cf5612dbf05dccd48b0d6ad1011ae150c96f77cb;hpb=5581a576a5749e2335205ece834b92afad111ad8;p=gdcm.git diff --git a/src/Makefile.am b/src/Makefile.am index cf5612db..c5506f18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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