i-g-t/debugger - make the debugger work with distcheck

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2011-10-31 17:19:54 -07:00
parent 15830ea54b
commit 7c8d41f4d9
4 changed files with 15 additions and 4 deletions
+9 -2
View File
@@ -1,10 +1,17 @@
SUBDIRS=system_routine
bin_PROGRAMS = \
bin_PROGRAMS = #
if HAVE_SHADER_DEBUGGER
##needed by distcheck
DIST_SUBDIRS=system_routine
EXTRA_DIST=system_routine/
bin_PROGRAMS += \
eudb \
debug_rdata \
$(NULL)
endif
LDADD = ../lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(WARN_CFLAGS) \