Move matrix.[ch] to shared

This means it can be used for the calibration tool.
This commit is contained in:
Rob Bradford
2012-12-03 19:44:14 +00:00
committed by Kristian Høgsberg
parent 80137f3afe
commit 4a822495fa
7 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ noinst_PROGRAMS = $(setbacklight) matrix-test
matrix_test_SOURCES = \
matrix-test.c \
$(top_srcdir)/src/matrix.c \
$(top_srcdir)/src/matrix.h
$(top_srcdir)/shared/matrix.c \
$(top_srcdir)/shared/matrix.h
matrix_test_LDADD = -lm -lrt
setbacklight_SOURCES = \
+1 -1
View File
@@ -27,7 +27,7 @@
#include <signal.h>
#include <time.h>
#include "matrix.h"
#include "../shared/matrix.h"
struct inverse_matrix {
double LU[16]; /* column-major */