[PATCH] build: Move matrix building to non-Cairo shared library
Rob Bradford
robert.bradford at intel.com
Tue Dec 4 05:03:14 PST 2012
From: Rob Bradford <rob at linux.intel.com>
The rebase seemed to break this.
---
shared/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/shared/Makefile.am b/shared/Makefile.am
index 90d8ed6..faf073d 100644
--- a/shared/Makefile.am
+++ b/shared/Makefile.am
@@ -7,7 +7,9 @@ libshared_la_SOURCES = \
option-parser.c \
config-parser.h \
os-compatibility.c \
- os-compatibility.h
+ os-compatibility.h \
+ matrix.c \
+ matrix.h
libshared_cairo_la_CFLAGS = \
$(GCC_CFLAGS) \
@@ -27,6 +29,4 @@ libshared_cairo_la_SOURCES = \
$(libshared_la_SOURCES) \
image-loader.c \
cairo-util.c \
- cairo-util.h \
- matrix.c \
- matrix.h
+ cairo-util.h
--
1.7.11.7
More information about the wayland-devel
mailing list