diff src/Makefile.am @ 903:4c7f0ec97ad9

Copy src/dfb_supp.c from src/X_supp.c
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sun, 03 Oct 2010 16:54:26 +0800
parents 586e50f82c1f
children 7b4e80ab671a
line wrap: on
line diff
--- a/src/Makefile.am	Fri Sep 24 16:00:04 2010 +0800
+++ b/src/Makefile.am	Sun Oct 03 16:54:26 2010 +0800
@@ -38,6 +38,10 @@
 libmbfly_la_SOURCES += X_supp.c
 endif
 
+if DFB_BACKEND
+libmbfly_la_SOURCES += dfb_supp.c
+endif
+
 libmbfly_la_LDFLAGS =
 
 if CAIRO_GRAPH_ENGINE