Move matrix.[ch] to shared
This means it can be used for the calibration tool.
This commit is contained in:
committed by
Kristian Høgsberg
parent
80137f3afe
commit
4a822495fa
+2
-2
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user