X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=0ad5df59aa8aad30b306c058fa372e81e3d77736;hb=63291b1562445867a2c7b113cccadc2dd63a2925;hp=a36511ae51980819b43dd8170e2b06f4e4103431;hpb=809ca307a8b35886451648e3ae7d794a2a20c63e;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index a36511ae..0ad5df59 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -23,6 +23,14 @@ evince_SOURCES= \ ev-application.h \ ev-marshal.c \ ev-marshal.h \ + ev-navigation-action.c \ + ev-navigation-action.h \ + ev-page-action.c \ + ev-page-action.h \ + ev-print-job.c \ + ev-print-job.h \ + ev-utils.c \ + ev-utils.h \ ev-view.c \ ev-view.h \ ev-window.c \ @@ -40,10 +48,10 @@ evince_SOURCES= \ evince_LDADD= \ $(SHELL_LIBS) \ - $(top_builddir)/backend/libevbackend.la \ $(top_builddir)/pdf/xpdf/libpdfdocument.la \ $(top_builddir)/pixbuf/libpixbufdocument.la \ $(top_builddir)/ps/libgtkgs.la \ + $(top_builddir)/backend/libevbackend.la \ $(NULL) BUILT_SOURCES = ev-marshal.h ev-marshal.c