diff examples/Makefile.am @ 923:80ab8b33fa42

examples/svg2code_ex must be compiled only when sh_text being enabled
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 27 Oct 2010 00:49:55 +0800
parents 21f944e79b19
children 8deacb832530
line wrap: on
line diff
--- a/examples/Makefile.am	Wed Oct 27 00:41:25 2010 +0800
+++ b/examples/Makefile.am	Wed Oct 27 00:49:55 2010 +0800
@@ -1,3 +1,6 @@
 if X_BACKEND
-SUBDIRS = calculator svg2code_ex tank dynamic drag menu
+SUBDIRS = calculator tank dynamic drag menu
+if SH_TEXT
+SUBDIRS += svg2code_ex
 endif
+endif