comparison 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
comparison
equal deleted inserted replaced
464:271212f325b4 465:d8181696b689
1 include_HEADERS = \ 1 include_HEADERS = \
2 mb_config.h \
2 mb_animate.h \ 3 mb_animate.h \
3 mb.h \ 4 mb.h \
4 mb_timer.h \ 5 mb_timer.h \
5 mb_types.h \ 6 mb_types.h \
6 mb_observer.h \ 7 mb_observer.h \