X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=ad53afe1c096696b1fb9147a999f17c8b478fc07;hb=d58fdf40717bb64e9967670918a4f3f909bd304f;hp=d51abd14d2a88d5749b5d114db244f7300df7b18;hpb=08dc4040951ec1e3945e07107d008a4ce7c928c9;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index d51abd14..ad53afe1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,6 +5,7 @@ INCLUDES= \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/pdf/xpdf \ + -I$(top_srcdir)/pixbuf \ -I$(top_srcdir)/ps \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ @@ -22,14 +23,26 @@ evince_SOURCES= \ ev-application.h \ ev-marshal.c \ ev-marshal.h \ + ev-page-action.c \ + ev-page-action.h \ + ev-page-view.c \ + ev-page-view.h \ + ev-password.h \ + ev-password.c \ + ev-password-view.h \ + ev-password-view.c \ + ev-print-job.c \ + ev-print-job.h \ + ev-utils.c \ + ev-utils.h \ ev-view.c \ ev-view.h \ ev-window.c \ ev-window.h \ ev-sidebar.c \ ev-sidebar.h \ - ev-sidebar-bookmarks.c \ - ev-sidebar-bookmarks.h \ + ev-sidebar-links.c \ + ev-sidebar-links.h \ ev-sidebar-thumbnails.c \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ @@ -39,9 +52,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