From f75f5694d713ead3d2942127ad0dfeb7259a0357 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 26 Oct 2007 15:29:32 +0000 Subject: Removed 2007-10-26 Carlos Garcia Campos * 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 --- (limited to 'cut-n-paste/recent-files/Makefile.am') diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am deleted file mode 100644 index 8550d78..0000000 --- a/cut-n-paste/recent-files/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDES = \ - $(LIB_CFLAGS) \ - $(WARN_CFLAGS) - -# $(DISABLE_DEPRECATED) - -EGG_FILES = \ - egg-recent-model.c \ - egg-recent-model.h \ - egg-recent-item.c \ - egg-recent-item.h \ - egg-recent-view.c \ - egg-recent-view.h \ - egg-recent-view-uimanager.c \ - egg-recent-view-uimanager.h \ - egg-recent-util.c \ - egg-recent-util.h - -noinst_LTLIBRARIES = librecent.la - -librecent_la_SOURCES = $(EGG_FILES) - -EGGDIR=$(srcdir)/../../../libegg/libegg/recent-files -regenerate-built-sources: - EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh -- cgit v0.9.1