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=34dc0ffc5758335159a729f3aab169073dea9879;hb=f5b501c92033487b5b972451f77cacadd503aeec;hp=3bdfee891d4f3a1cbc8ed982cf754f9c737e53cd;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 3bdfee89..34dc0ffc 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -14,12 +14,6 @@ INCLUDES= \ $(GNOME_PRINT_CFLAGS) \ $(GTK_PRINT_CFLAGS) -if HAVE_GTK_RECENT -INCLUDES += -else -INCLUDES += -I$(top_srcdir)/cut-n-paste/recent-files/ -endif - bin_PROGRAMS=evince evince_SOURCES= \ @@ -57,6 +51,8 @@ evince_SOURCES= \ ev-properties-dialog.h \ ev-properties-fonts.c \ ev-properties-fonts.h \ + ev-open-recent-action.c \ + ev-open-recent-action.h \ ev-utils.c \ ev-utils.h \ ev-view-accessible.c \ @@ -82,7 +78,8 @@ evince_SOURCES= \ ev-stock-icons.h \ ev-tooltip.c \ ev-tooltip.h \ - main.c + main.c \ + xdg-user-dir-lookup.c if WITH_GNOME_PRINT @@ -101,12 +98,6 @@ evince_LDADD= \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS) -if HAVE_GTK_RECENT -evince_LDADD += -else -evince_LDADD += $(top_builddir)/cut-n-paste/recent-files/librecent.la -endif - if ENABLE_DJVU evince_LDADD += $(DJVU_LIBS) endif