]> Creatis software - gdcm.git/blobdiff - src/Makefile.am
* FIX : Set the elements to create the DicomDir in a dictionary file
[gdcm.git] / src / Makefile.am
index a43bce8791d308516852ca43fb2e35fafe62e84c..ce709d5dae58cc6248369c6392bf36bd56282bc6 100644 (file)
@@ -14,6 +14,7 @@ libgdcm_la_LIBADD = \
 
 libgdcm_la_SOURCES=                \
    gdcmDicomDir.cxx                \
+   gdcmDicomDirElement.cxx         \
    gdcmDict.cxx                    \
    gdcmDictEntry.cxx               \
    gdcmDictSet.cxx                 \
@@ -40,9 +41,10 @@ libgdcm_la_SOURCES=                \
 
 
 libgdcmincludedir = $(includedir)
-libgdcminclude_HEADERS =                \
+libgdcminclude_HEADERS =           \
        gdcmCommon.h                    \
        gdcmDicomDir.h                  \
+   gdcmDicomDirElement.h           \
        gdcmDictEntry.h                 \
        gdcmDict.h                      \
        gdcmDictSet.h                   \