X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2FMakefile.am;h=b000dc4e38107b9b36334d7651271bbed70179d2;hb=274f17472f798aa469fe6089291efa5379de157c;hp=1e77a3535d835d6e74d9a66e134025494583b669;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 1e77a353..b000dc4e 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -10,17 +10,28 @@ INCLUDES= \ noinst_LTLIBRARIES = libevbackend.la libevbackend_la_SOURCES= \ + ev-async-renderer.c \ + ev-async-renderer.h \ 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-fonts.c \ + ev-document-fonts.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-ps-exporter.c \ ev-ps-exporter.h \ + ev-document-misc.h \ + ev-document-misc.c \ $(NULL) BUILT_SOURCES= \