summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-20 11:30:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-20 11:31:11 +0100
commit89e3a94f1ddf8123c3423606df566572164e9271 (patch)
treea57c83ef4020e5c894ea2ed516ea0ee481d45ec6 /lib/Makefile.sources
parente4a1727efa617e32428c7e7c59abbb08cc97e16f (diff)
lib: Add igt_primes.h to SOURCES
Not as automagic as kbuild :( Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 384271b6..e8e277bd 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -17,6 +17,7 @@ lib_source_list = \
igt_gvt.c \
igt_gvt.h \
igt_primes.c \
+ igt_primes.h \
igt_rand.c \
igt_rand.h \
igt_stats.c \