X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2FMakefile.am;h=a00eeaec6c7545ef0fa078771e61b5318c2992b3;hb=1d75fddea8eab6fa418fd6ff7434462e121d69f4;hp=d6e0c5661ab34dc26f5e75d495821610749102c4;hpb=31e16bd8f386dc292e60489d4a17227804bdc2e6;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index d6e0c566..a00eeaec 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -39,7 +39,8 @@ INST_H_FILES = \ ev-link-dest.h \ ev-link.h \ ev-render-context.h \ - ev-selection.h + ev-selection.h \ + ev-transition-effect.h headerdir = $(prefix)/include/evince-@EV_API_VERSION@/evince header_DATA = $(INST_H_FILES) @@ -69,6 +70,7 @@ libevbackend_la_SOURCES= \ ev-module.c \ ev-render-context.c \ ev-selection.c \ + ev-transition-effect.c \ ev-document-misc.c \ $(NOINST_H_FILES) \ $(INST_H_FILES)