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

View File

@ -8,6 +8,9 @@ libintel_tools_la_SOURCES = \
intel_mmio.c \
intel_pci.c \
intel_reg.h \
i915_3d.h \
i915_reg.h \
i830_reg.h \
intel_reg_map.c \
instdone.c \
instdone.h \
@ -22,5 +25,6 @@ libintel_tools_la_SOURCES += \
AM_CFLAGS += $(DRM_CFLAGS)
endif
noinst_LTLIBRARIES = libintel_tools.la

View File

@ -1,3 +1,5 @@
noinst_SCRIPTS = \
throttle.py\
$(NULL)
EXTRA_DIST = $(noinst_SCRIPTS)

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) \