diff src/Makefile.am @ 662:689e15edbf72

Merge the head from FourDollars
author Thinker K.F. Li <thinker@branda.to>
date Sun, 01 Aug 2010 20:20:33 +0800
parents 21f944e79b19
children 8b7964869f7a
line wrap: on
line diff
--- a/src/Makefile.am	Sun Aug 01 20:18:59 2010 +0800
+++ b/src/Makefile.am	Sun Aug 01 20:20:33 2010 +0800
@@ -12,7 +12,7 @@
 noinst_PROGRAMS += testcase
 endif
 
-if X_SUPP
+if X_BACKEND
 MBAF_SOURCES=mbaf/mbapp.c mbaf/mbbutton.c mbaf/mbobject.c mbaf/animated_menu.c
 else
 MBAF_SOURCES=
@@ -32,7 +32,7 @@
 libmbfly_la_SOURCES += shape_stext.c
 endif
 
-if X_SUPP
+if X_BACKEND
 libmbfly_la_SOURCES += X_supp.c
 endif