diff --git a/src/Makefile.am b/src/Makefile.am index 2e7abf3c3..a11f99dca 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 similarity index 100% rename from src/cairo-path.c rename to src/cairo-path-fixed.c