diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-30 15:34:27 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-30 15:34:27 -0700 |
commit | 7f4e83ceeba912167df05f62ddd0798b112979a3 (patch) | |
tree | 2d54714470dbec2f8b772150302a3dfc09c4b745 /configure.in | |
parent | a5f068e10d72c20a55d20ca9f79508361d13fb80 (diff) |
Split libcairotest files out from test/ and into boilerplate/
The idea here is to setup boilerplate to allow code sharing between
test/ and the upcoming perf/
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 94328ae7..fbcf9453 100644 --- a/configure.in +++ b/configure.in @@ -779,6 +779,7 @@ _EOF ]) AC_CONFIG_FILES([ Makefile +boilerplate/Makefile pixman/Makefile pixman/src/Makefile src/Makefile |