diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/cairo-path-fixed.c (renamed from src/cairo-path.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2e7abf3c..a11f99dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -191,11 +191,11 @@ libcairo_la_SOURCES = \ cairo-lzw.c \ cairo-matrix.c \ cairo-operator.c \ - cairo-path.c \ cairo-path-bounds.c \ cairo-path-data.c \ cairo-path-data-private.h \ cairo-path-fill.c \ + cairo-path-fixed.c \ cairo-path-fixed-private.h \ cairo-path-stroke.c \ cairo-pen.c \ diff --git a/src/cairo-path.c b/src/cairo-path-fixed.c index 9549f8d3..9549f8d3 100644 --- a/src/cairo-path.c +++ b/src/cairo-path-fixed.c |