diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pixman/pixman/makefile b/pixman/pixman/makefile index da0a0b4ce..1ec9b8e16 100644 --- a/pixman/pixman/makefile +++ b/pixman/pixman/makefile @@ -10,7 +10,10 @@ CSRCS = \ pixman-combine32.c \ pixman-combine64.c \ pixman-conical-gradient.c \ - pixman-cpu.c \ + pixman-x86.c \ + pixman-mips.c \ + pixman-arm.c \ + pixman-ppc.c \ pixman-edge.c \ pixman-edge-accessors.c \ pixman-fast-path.c \ |