Fix distcheck

This commit is contained in:
Eric Anholt 2009-04-27 09:45:22 -07:00
parent 49ccc2bfc2
commit c9de429332
2 changed files with 7 additions and 0 deletions

View File

@ -23,3 +23,6 @@ AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = lib tests tools benchmarks
DISTCLEANFILES = \
doltcompile \
doltlibtool

View File

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