diff src/Makefile.am @ 1111:fa5f71d4aa04

console backend
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 08 Dec 2010 18:59:44 +0800
parents 1b3e295f3acb
children eca737d33a18
line wrap: on
line diff
--- a/src/Makefile.am	Wed Dec 08 18:31:39 2010 +0800
+++ b/src/Makefile.am	Wed Dec 08 18:59:44 2010 +0800
@@ -45,6 +45,10 @@
 libmbfly_la_SOURCES += dfb_supp.c
 endif
 
+if CONSOLE_BACKEND
+libmbfly_la_SOURCES += cons_supp.c
+endif
+
 if CAIRO_IMG_LOADER
 libmbfly_la_SOURCES += img_ldr.c
 endif