diff include/Makefile.am @ 465:d8181696b689 Android_Skia

Move functions into graphic engine layers. Cairo and Skia have their own header files and C/C++ files. Some functions are refactoried and move into graphic engine layer to make reset of MadButterfly independently from graphic engines.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:22:30 +0800
parents 26c302b47de1
children 586e50f82c1f
line wrap: on
line diff
--- a/include/Makefile.am	Thu Nov 12 21:16:13 2009 +0800
+++ b/include/Makefile.am	Thu Nov 12 21:22:30 2009 +0800
@@ -1,4 +1,5 @@
 include_HEADERS = 	\
+	mb_config.h	\
 	mb_animate.h 	\
 	mb.h	 	\
 	mb_timer.h 	\