diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-07 12:15:28 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-08 21:34:21 +0100 |
commit | 0da1c98f660269806408af5fd08c1ab5e538082e (patch) | |
tree | 52379ccd549f8748d9c2c98075ed0a9dbba1d94b /test | |
parent | e3e58123d36924c760ab6f58a7155a040422e91d (diff) |
test: Add missing header for distcheck
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ba4966c4..96c87f82 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -32,6 +32,7 @@ libtest_la_SOURCES = \ test_log.c \ test_render.c \ dri2.c \ + dri2.h \ $(NULL) EXTRA_DIST = README |