X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2FMakefile.am;h=6eab5854498386df3699aa64b498e1396760f000;hb=16cc05ec4f7663103e45a52ac06d292e6b75a8c0;hp=0580c62256fbff9a986f4d8f15e1d470578cea5c;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index 0580c622..6eab5854 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -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)