From 63718064505c640af952c6e180b75235a1de5f14 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 05 Aug 2006 10:40:56 +0000 Subject: Use GtkRecent instead of EggRecent when it's available. Fixes bug #349273 2006-08-05 Carlos Garcia Campos * configure.ac: * cut-n-paste/Makefile.am: * data/evince-ui.xml: * shell/Makefile.am: * shell/ev-application.[ch]: * shell/ev-window.c: Use GtkRecent instead of EggRecent when it's available. Fixes bug #349273 --- (limited to 'cut-n-paste/Makefile.am') diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am index ce69b61..33218c0 100644 --- a/cut-n-paste/Makefile.am +++ b/cut-n-paste/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = recent-files zoom-control toolbar-editor +SUBDIRS = + +if HAVE_GTK_RECENT +SUBDIRS += +else +SUBDIRS += recent-files +endif + +SUBDIRS += zoom-control toolbar-editor -- cgit v0.9.1