diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//Makefile.am tests/Makefile.am --- tests.orig//Makefile.am 2009-10-29 10:42:14.000000000 +0000 +++ tests/Makefile.am 2009-10-29 10:48:29.000000000 +0000 @@ -4,7 +4,7 @@ AM_CPPFLAGS = \ LDADD = $(top_builddir)/libdrm/libdrm.la -noinst_PROGRAMS = \ +bin_PROGRAMS = \ dristat \ drmstat diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//modeprint/Makefile.am tests/modeprint/Makefile.am --- tests.orig//modeprint/Makefile.am 2009-10-29 10:42:14.000000000 +0000 +++ tests/modeprint/Makefile.am 2009-10-29 10:50:16.000000000 +0000 @@ -3,7 +3,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/libdrm/intel/ \ -I$(top_srcdir)/libdrm -noinst_PROGRAMS = \ +bin_PROGRAMS = \ modeprint modeprint_SOURCES = \ diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//modetest/Makefile.am tests/modetest/Makefile.am --- tests.orig//modetest/Makefile.am 2009-10-29 10:42:14.000000000 +0000 +++ tests/modetest/Makefile.am 2009-10-29 10:50:33.000000000 +0000 @@ -4,7 +4,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/libdrm \ $(CAIRO_CFLAGS) -noinst_PROGRAMS = \ +bin_PROGRAMS = \ modetest modetest_SOURCES = \