comparison 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
comparison
equal deleted inserted replaced
922:152bc503dc99 923:80ab8b33fa42
1 if X_BACKEND 1 if X_BACKEND
2 SUBDIRS = calculator svg2code_ex tank dynamic drag menu 2 SUBDIRS = calculator tank dynamic drag menu
3 if SH_TEXT
4 SUBDIRS += svg2code_ex
3 endif 5 endif
6 endif