diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-27 09:45:22 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-27 09:45:22 -0700 |
commit | c9de42933223e53f326a46cffc98d24d540dc694 (patch) | |
tree | 83aeb94a6ca1e9e0a411ead169db85179ba6f43c | |
parent | 49ccc2bfc21f89fdd1dd823969ad5ddd82b2e67e (diff) |
Fix distcheck1.0
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 172213ac..2585393e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib tests tools benchmarks +DISTCLEANFILES = \ + doltcompile \ + doltlibtool diff --git a/tools/Makefile.am b/tools/Makefile.am index fbe13b2d..abbb11f6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -3,6 +3,10 @@ bin_PROGRAMS = \ intel_gpu_top \ intel_stepping +intel_gpu_dump_SOURCES = \ + intel_gpu_dump.c \ + intel_decode.h + LDADD = ../lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS) AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(WARN_CFLAGS) \ |