summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/Makefile.am
diff options
context:
space:
mode:
authorA. Walton <awalton@svn.gnome.org>2008-04-10 19:48:29 +0000
committerAndrew Walton <awalton@src.gnome.org>2008-04-10 19:48:29 +0000
commit8542712471e2ad1c75f7ee10c3fb7dfc5c8a902c (patch)
tree6018c7a877ed0760e3ad471b2077f3aaea409381 /cut-n-paste-code/Makefile.am
parent6eb74f59556c0b1ef6f92957138cbb0506284121 (diff)
downloadnautilus-8542712471e2ad1c75f7ee10c3fb7dfc5c8a902c.tar.gz
Remove GSequence hack as it is no longer necessary; we require a newer
2008-04-10 A. Walton <awalton@svn.gnome.org> * configure.in: * cut-n-paste-code/Makefile.am: * cut-n-paste-code/gsequence/Makefile.am: * cut-n-paste-code/gsequence/gsequence.c: * cut-n-paste-code/gsequence/gsequence.h: * src/Makefile.am: * src/file-manager/fm-list-model.c: Remove GSequence hack as it is no longer necessary; we require a newer GLib in order to support GIO. More work towards bug #520773. svn path=/trunk/; revision=14062
Diffstat (limited to 'cut-n-paste-code/Makefile.am')
-rw-r--r--cut-n-paste-code/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/cut-n-paste-code/Makefile.am b/cut-n-paste-code/Makefile.am
index 5bd1b47ac..dd85ee073 100644
--- a/cut-n-paste-code/Makefile.am
+++ b/cut-n-paste-code/Makefile.am
@@ -1,5 +1,2 @@
SUBDIRS = widgets libegg
-if !HAVE_GLIB_2_14
-SUBDIRS += gsequence
-endif