]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/Makefile.am
Split API documentation into libdocument, libview and shell. Required
[evince.git] / libdocument / Makefile.am
index 0580c62256fbff9a986f4d8f15e1d470578cea5c..6eab5854498386df3699aa64b498e1396760f000 100644 (file)
@@ -26,6 +26,7 @@ INST_H_FILES =                                        \
        ev-file-helpers.h                       \
        ev-form-field.h                         \
        ev-image.h                              \
+       ev-init.h                               \
        ev-layer.h                              \
        ev-link-action.h                        \
        ev-link-dest.h                          \
@@ -48,6 +49,7 @@ libevdocument_la_SOURCES=                     \
        ev-link-action.c                        \
        ev-link-dest.c                          \
        ev-image.c                              \
+       ev-init.c                               \
        ev-document.c                           \
        ev-document-factory.c                   \
        ev-document-thumbnails.c                \
@@ -77,7 +79,7 @@ libevdocument_la_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"EvDocument\"                   \
        -DEVINCE_UIDIR=\"$(pkgdatadir)\"                \
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
-       -DEV_BACKENDSDIR=\"$(libdir)/evince/backends\"  \
+       -DEV_BACKENDSDIR=\"$(backenddir)\"              \
        -DEVINCE_COMPILATION                            \
        $(AM_CPPFLAGS)