X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=87ef0f1d12f5113c2da47af34489c652b7742e84;hb=d8ee8d47ba0982593a9774bb326944349a784b89;hp=4740485202543da039d814cd98349a1396e36cf1;hpb=ca0836cb912f3b88834cae97774079314727c6e2;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 47404852..87ef0f1d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -23,6 +23,12 @@ 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-view.c \ ev-view.h \ ev-window.c \ @@ -35,17 +41,15 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ ev-stock-icons.h \ - ev-utils.c \ - ev-utils.h \ main.c \ $(NULL) 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