X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2FMakefile.am;h=be844588d3ea92d05cde6bf0c3aee1ddff946784;hb=7b093b9c4ed0f6ff0ad54c6447f64a823e90cecb;hp=1e77a3535d835d6e74d9a66e134025494583b669;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 1e77a353..be844588 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -11,16 +11,28 @@ noinst_LTLIBRARIES = libevbackend.la libevbackend_la_SOURCES= \ ev-backend-marshal.c \ + ev-link.c \ + ev-link.h \ ev-document.c \ ev-document.h \ ev-document-thumbnails.c \ ev-document-thumbnails.h \ - ev-document-bookmarks.c \ - ev-document-bookmarks.h \ + ev-document-links.c \ + ev-document-links.h \ + ev-document-security.c \ + ev-document-security.h \ ev-document-find.c \ ev-document-find.h \ + ev-job-queue.h \ + ev-job-queue.c \ + ev-jobs.h \ + ev-jobs.c \ + ev-page-cache.h \ + ev-page-cache.c \ ev-ps-exporter.c \ ev-ps-exporter.h \ + ev-document-misc.h \ + ev-document-misc.c \ $(NULL) BUILT_SOURCES= \