diff examples/Makefile.am @ 464:271212f325b4 Android_Skia

Conditional compile with Cairo and Skia. Some components are also affected. For example, sh_text, sh_stext, X_supp...etc. All affected ones are conditional compiled.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:16:13 +0800
parents 2e97e8082d83
children 21f944e79b19
line wrap: on
line diff
--- a/examples/Makefile.am	Sun Nov 08 00:37:29 2009 +0800
+++ b/examples/Makefile.am	Thu Nov 12 21:16:13 2009 +0800
@@ -1,1 +1,3 @@
+if X_SUPP
 SUBDIRS = calculator svg2code_ex tank dynamic drag menu
+endif