Link matrix.c into weston again

We want to make sure that the matrix symbols are exported from weston and
that modules get them from there.  To do that, we pull matrix.[ch] out of
libshared and back into weston.  calibrator now also links to matrix.[ch]
and we add a IN_WESTON define to enable the WL_EXPORT macro when compiled
inside weston.
This commit is contained in:
Kristian Høgsberg
2012-12-07 15:00:32 -05:00
parent a2f84cc333
commit 3a8d3f2e98
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ clickdot_LDADD = $(toolkit_libs)
transformed_SOURCES = transformed.c
transformed_LDADD = $(toolkit_libs)
calibrator_SOURCES = calibrator.c
calibrator_SOURCES = calibrator.c ../shared/matrix.c ../shared/matrix.h
calibrator_LDADD = $(toolkit_libs)
editor_SOURCES = \