comparison 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
comparison
equal deleted inserted replaced
872:bcc63b20d5c6 903:4c7f0ec97ad9
36 36
37 if X_BACKEND 37 if X_BACKEND
38 libmbfly_la_SOURCES += X_supp.c 38 libmbfly_la_SOURCES += X_supp.c
39 endif 39 endif
40 40
41 if DFB_BACKEND
42 libmbfly_la_SOURCES += dfb_supp.c
43 endif
44
41 libmbfly_la_LDFLAGS = 45 libmbfly_la_LDFLAGS =
42 46
43 if CAIRO_GRAPH_ENGINE 47 if CAIRO_GRAPH_ENGINE
44 libmbfly_la_SOURCES += graph_engine_cairo.c 48 libmbfly_la_SOURCES += graph_engine_cairo.c
45 49