Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
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