]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/Makefile.am
Add --with-platform configure switch
[evince.git] / libdocument / Makefile.am
index ef5876fd472a10c93ef239d0cf55582b82814597..8e002a4ef9ab6318f525f0615a246ed93bacc85b 100644 (file)
@@ -36,6 +36,7 @@ INST_H_FILES =                                        \
        ev-link-action.h                        \
        ev-link-dest.h                          \
        ev-link.h                               \
+       ev-mapping.h                            \
        ev-page.h                               \
        ev-render-context.h                     \
        ev-selection.h                          \
@@ -74,6 +75,7 @@ libevdocument_la_SOURCES=                     \
        ev-debug.c                              \
        ev-file-exporter.c                      \
        ev-file-helpers.c                       \
+       ev-mapping.c                            \
        ev-module.c                             \
        ev-page.c                               \
        ev-render-context.c                     \
@@ -88,6 +90,7 @@ libevdocument_la_CPPFLAGS = \
        -DEVINCE_UIDIR=\"$(pkgdatadir)\"                \
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
        -DEV_BACKENDSDIR=\"$(backenddir)\"              \
+       -DEV_BACKENDSBINARYVERSION=\"$(backend_binary_version)\"        \
        -DEVINCE_COMPILATION                            \
        $(AM_CPPFLAGS)