diff options
author | Carl Worth <cworth@cworth.org> | 2006-11-08 05:40:17 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-11-08 06:07:01 -0800 |
commit | 2d927eaefa1188d11c056a055321763faf43573e (patch) | |
tree | de48bdf6433352fb0ff92cffcaedeb8011140b61 | |
parent | 0d1340f7169920c901a0f6d6f8ecb4529e57ada4 (diff) | |
download | cairo-2d927eaefa1188d11c056a055321763faf43573e.tar.gz |
perf/Makefile.am: Add missing zrusin-another.h file to list
-rw-r--r-- | perf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am index 2fc2df09a..d490a7356 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -25,7 +25,8 @@ cairo_perf_SOURCES = \ tessellate.c \ pattern_create_radial.c \ text.c \ - zrusin.c + zrusin.c \ + zrusin-another.h if CAIRO_HAS_WIN32_SURFACE cairo_perf_SOURCES += cairo-perf-win32.c |