comparison 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
comparison
equal deleted inserted replaced
1110:851a062368bd 1111:fa5f71d4aa04
41 libmbfly_la_SOURCES += X_supp.c 41 libmbfly_la_SOURCES += X_supp.c
42 endif 42 endif
43 43
44 if DFB_BACKEND 44 if DFB_BACKEND
45 libmbfly_la_SOURCES += dfb_supp.c 45 libmbfly_la_SOURCES += dfb_supp.c
46 endif
47
48 if CONSOLE_BACKEND
49 libmbfly_la_SOURCES += cons_supp.c
46 endif 50 endif
47 51
48 if CAIRO_IMG_LOADER 52 if CAIRO_IMG_LOADER
49 libmbfly_la_SOURCES += img_ldr.c 53 libmbfly_la_SOURCES += img_ldr.c
50 endif 54 endif