X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=fce876acddf6e51338bb5e16356d59db9be1f17f;hb=acd335e3f233518d347ac8587a5f37e6ce614f25;hp=a4e8d1ef94a170e7c91e359e282b59e549c0a3f4;hpb=31e16bd8f386dc292e60489d4a17227804bdc2e6;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index a4e8d1ef..fce876ac 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,15 +5,14 @@ INCLUDES= \ -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)/libdocument \ -I$(top_srcdir)/properties \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(SHELL_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) \ - $(GNOME_PRINT_CFLAGS) \ - $(GTK_PRINT_CFLAGS) + $(DISABLE_DEPRECATED) bin_PROGRAMS=evince @@ -79,28 +78,23 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ ev-stock-icons.h \ + ev-timeline.c \ + ev-timeline.h \ ev-tooltip.c \ ev-tooltip.h \ - main.c \ - xdg-user-dir-lookup.c - - -if WITH_GNOME_PRINT -evince_SOURCES+= \ - ev-print-job.c \ - ev-print-job.h -endif - + 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)/properties/libevproperties.la \ $(top_builddir)/libdocument/libevbackend.la \ - $(SHELL_LIBS) \ - $(GNOME_PRINT_LIBS) + $(SHELL_LIBS) BUILT_SOURCES = ev-marshal.h ev-marshal.c