X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=ab09ef9b3bd0891ce1066ab03e08f741eacf05eb;hb=68d0fc3c59185065d9694ba3f8cb2665b984eb9f;hp=3dc7e15465a6a7da2e95438875c87e07cd52f38e;hpb=81c134286178c1b09b7505c1a9e8fba0c612fe1f;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 3dc7e154..ab09ef9b 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,18 +1,20 @@ -INCLUDES= \ - -DDATADIR=\"$(pkgdatadir)\" \ - -DGNOMEDATADIR=\"$(datadir)\" \ - -I$(top_srcdir)/cut-n-paste/zoom-control/ \ - -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ - -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ - -I$(top_srcdir)/cut-n-paste/gedit-message-area/ \ - -I$(top_srcdir)/cut-n-paste/evmountoperation/ \ - -I$(top_srcdir)/cut-n-paste/smclient/ \ - -I$(top_srcdir)/libdocument \ - -I$(top_srcdir)/properties \ - -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ - $(SHELL_CFLAGS) \ - $(WARN_CFLAGS) \ +INCLUDES= \ + -DDATADIR=\"$(pkgdatadir)\" \ + -DGNOMEDATADIR=\"$(datadir)\" \ + -I$(top_srcdir)/cut-n-paste/zoom-control/ \ + -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ + -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ + -I$(top_srcdir)/cut-n-paste/gedit-message-area/ \ + -I$(top_srcdir)/cut-n-paste/gimpcellrenderertoggle/ \ + -I$(top_srcdir)/cut-n-paste/evmountoperation/ \ + -I$(top_srcdir)/cut-n-paste/smclient/ \ + -I$(top_srcdir)/libdocument \ + -I$(top_srcdir)/libview \ + -I$(top_srcdir)/properties \ + -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ + -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ + $(SHELL_CFLAGS) \ + $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) bin_PROGRAMS=evince @@ -29,14 +31,12 @@ evince_SOURCES= \ eggfindbar.h \ ev-application.c \ ev-application.h \ - ev-job-scheduler.h \ - ev-job-scheduler.c \ - ev-jobs.h \ - ev-jobs.c \ ev-file-monitor.h \ ev-file-monitor.c \ ev-history.c \ ev-history.h \ + ev-keyring.h \ + ev-keyring.c \ ev-marshal.c \ ev-marshal.h \ $(DBUS_SOURCES) \ @@ -52,14 +52,12 @@ evince_SOURCES= \ ev-page-action.h \ ev-page-action-widget.c \ ev-page-action-widget.h \ - ev-page-cache.h \ - ev-page-cache.c \ - ev-password.h \ - ev-password.c \ ev-password-view.h \ ev-password-view.c \ - ev-pixbuf-cache.c \ - ev-pixbuf-cache.h \ + ev-print-operation.h \ + ev-print-operation.c \ + ev-progress-message-area.h \ + ev-progress-message-area.c \ ev-properties-dialog.c \ ev-properties-dialog.h \ ev-properties-fonts.c \ @@ -68,11 +66,6 @@ evince_SOURCES= \ ev-open-recent-action.h \ ev-utils.c \ ev-utils.h \ - ev-view-accessible.c \ - ev-view-accessible.h \ - ev-view-private.h \ - ev-view.c \ - ev-view.h \ ev-window.c \ ev-window.h \ ev-window-title.c \ @@ -81,6 +74,8 @@ evince_SOURCES= \ ev-sidebar.h \ ev-sidebar-attachments.c \ ev-sidebar-attachments.h \ + ev-sidebar-layers.c \ + ev-sidebar-layers.h \ ev-sidebar-links.c \ ev-sidebar-links.h \ ev-sidebar-page.c \ @@ -89,21 +84,19 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ ev-stock-icons.h \ - ev-timeline.c \ - ev-timeline.h \ - ev-transition-animation.c \ - ev-transition-animation.h \ main.c -evince_LDADD= \ - $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ - $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ - $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ - $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la \ - $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la \ - $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ - $(top_builddir)/properties/libevproperties.la \ - $(top_builddir)/libdocument/libevbackend.la \ +evince_LDADD= \ + $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ + $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ + $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ + $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la \ + $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \ + $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la \ + $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ + $(top_builddir)/properties/libevproperties.la \ + $(top_builddir)/libdocument/libevbackend.la \ + $(top_builddir)/libview/libevview.la \ $(SHELL_LIBS) BUILT_SOURCES = ev-marshal.h ev-marshal.c