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
+3
View File
@@ -0,0 +1,3 @@
include Makefile
srcdir = @srcdir@
VPATH = @srcdir@
+2 -2
View File
@@ -71,7 +71,7 @@ clean :
.PHONY : clean
distclean: clean
$(RM) help*
$(RM) help* GNUmakefile
maintainer-clean: clean
@@ -79,6 +79,6 @@ EMPTY_AUTOMAKE_TARGETS = install install-data install-exec uninstall \
install-dvi install-html install-info install-ps \
install-pdf installdirs check installcheck \
mostlyclean dvi pdf ps info html tags ctags \
distcheck distdir
distdir
.PHONY: $(EMPTY_AUTOMAKE_TARGETS)
$(EMPTY_AUTOMAKE_TARGETS):