nautilus/cut-n-paste-code/Makefile.am
Christian Persch f59fe7af34 Don't build included GSequence on glib >= 2.13.0. Bug #407618.
2007-02-19  Christian Persch  <chpe@svn.gnome.org>

	* configure.in:
	* cut-n-paste-code/Makefile.am:
	* src/Makefile.am:
	* src/file-manager/fm-list-model.c: Don't build included GSequence on
	glib >= 2.13.0. Bug #407618.

svn path=/trunk/; revision=12754
2007-02-19 19:24:17 +00:00

6 lines
72 B
Makefile

SUBDIRS = widgets libegg
if !HAVE_GLIB_2_14
SUBDIRS += gsequence
endif