Mercurial > MadButterfly
diff configure.ac @ 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 | 271212f325b4 |
children | cd6f57b9b104 |
line wrap: on
line diff
--- a/configure.ac Thu Nov 12 21:16:13 2009 +0800 +++ b/configure.ac Thu Nov 12 21:22:30 2009 +0800 @@ -4,7 +4,7 @@ AC_PREREQ(2.61) AC_INIT([MadButterfly],[0.0],[http://www.assembla.com/spaces/MadButterfly]) AC_CONFIG_SRCDIR([README.h]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADER([include/mb_config.h]) AM_INIT_AUTOMAKE([foreign]) # Checks for programs.