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=90303332880c1531f38fae1574ebff184ca39b40;hb=c4e713b6194d03019fb1ee04c563fc0ef08260ac;hp=03a9103348b0f2bb648b9c0b1e78054ab7f81d8a;hpb=8b3ebe4d7024547993d3b4660f3f22036e327be3;p=evince.git diff --git a/backend/Makefile.am b/backend/Makefile.am index 03a91033..90303332 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -11,14 +11,16 @@ noinst_LTLIBRARIES = libevbackend.la libevbackend_la_SOURCES= \ ev-backend-marshal.c \ - ev-bookmark.c \ - ev-bookmark.h \ + 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-ps-exporter.c \