summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste-code/Makefile.am')
-rw-r--r--cut-n-paste-code/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/cut-n-paste-code/Makefile.am b/cut-n-paste-code/Makefile.am
index fc3b8bc05..5bd1b47ac 100644
--- a/cut-n-paste-code/Makefile.am
+++ b/cut-n-paste-code/Makefile.am
@@ -1,2 +1,5 @@
-SUBDIRS = widgets libegg gsequence
+SUBDIRS = widgets libegg
+if !HAVE_GLIB_2_14
+SUBDIRS += gsequence
+endif