make distcheck fixes

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2011-10-30 21:24:12 +01:00
parent f361664df0
commit 91b3c7f333
3 changed files with 13 additions and 2 deletions
+7 -2
View File
@@ -56,9 +56,13 @@ TESTS_progs = \
gem_unref_active_buffers \
$(NULL)
TESTS_scripts = \
debugfs_reader \
$(NULL)
TESTS = $(TESTS_progs) \
debugfs_reader \
$(NULL)
$(TESTS_scripts) \
$(NULL)
HANG = \
gem_bad_batch \
@@ -67,6 +71,7 @@ HANG = \
$(NULL)
EXTRA_PROGRAMS = $(TESTS_progs) $(HANG)
EXTRA_DIST = $(TESTS_scripts)
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \