Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-10-26 15:29:32 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-10-26 15:29:32 (GMT)
commitf75f5694d713ead3d2942127ad0dfeb7259a0357 (patch)
tree038a48e5fede4b57e0e7d49f849fc9929d605142 /shell/Makefile.am
parentf7e355c8f2621f8026a9461a25ee4e1d60b28bb7 (diff)
Removed
2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/recent-files/*: Removed * help/reference/Makefile.am: * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init): * shell/ev-window.c: (ev_window_add_recent), (ev_window_setup_recent), (ev_window_dispose), (ev_window_init): Bump requirements to gtk+ 2.10.0 and remove egg-recent code. svn path=/trunk/; revision=2722
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 66ec71f..6964029 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= \
@@ -102,12 +96,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