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=b85f62d0c7437e66ee958c327ca5769acd681c3a;hb=429224b821ebc694edd283e8a0d23c6b86d8d078;hp=1e77a3535d835d6e74d9a66e134025494583b669;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 1e77a353..b85f62d0 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -11,16 +11,29 @@ 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-document-info.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= \