2009-12-04 09:18:58 +00:00
|
|
|
diff -u -r -p tests.orig//Makefile.am tests/Makefile.am
|
|
|
|
--- tests.orig//Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
|
|
+++ tests/Makefile.am 2009-12-01 22:50:07.000000000 +0100
|
|
|
|
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
|
2009-10-30 16:00:09 +00:00
|
|
|
|
2009-12-04 09:18:58 +00:00
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
2009-10-30 16:00:09 +00:00
|
|
|
|
|
|
|
-noinst_PROGRAMS = \
|
|
|
|
+bin_PROGRAMS = \
|
|
|
|
dristat \
|
|
|
|
drmstat
|
|
|
|
|
2009-12-04 09:18:58 +00:00
|
|
|
diff -u -r -p tests.orig//modeprint/Makefile.am tests/modeprint/Makefile.am
|
|
|
|
--- tests.orig//modeprint/Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
|
|
+++ tests/modeprint/Makefile.am 2009-12-01 22:50:26.000000000 +0100
|
2009-10-30 16:00:09 +00:00
|
|
|
@@ -3,7 +3,7 @@ AM_CFLAGS = \
|
2009-12-04 09:18:58 +00:00
|
|
|
-I$(top_srcdir)/intel/ \
|
|
|
|
-I$(top_srcdir)
|
2009-10-30 16:00:09 +00:00
|
|
|
|
|
|
|
-noinst_PROGRAMS = \
|
|
|
|
+bin_PROGRAMS = \
|
|
|
|
modeprint
|
|
|
|
|
|
|
|
modeprint_SOURCES = \
|
2009-12-04 09:18:58 +00:00
|
|
|
diff -u -r -p tests.orig//modetest/Makefile.am tests/modetest/Makefile.am
|
|
|
|
--- tests.orig//modetest/Makefile.am 2009-12-01 22:49:53.000000000 +0100
|
|
|
|
+++ tests/modetest/Makefile.am 2009-12-01 22:50:45.000000000 +0100
|
2009-10-30 16:00:09 +00:00
|
|
|
@@ -4,7 +4,7 @@ AM_CFLAGS = \
|
2009-12-04 09:18:58 +00:00
|
|
|
-I$(top_srcdir) \
|
2009-10-30 16:00:09 +00:00
|
|
|
$(CAIRO_CFLAGS)
|
|
|
|
|
|
|
|
-noinst_PROGRAMS = \
|
|
|
|
+bin_PROGRAMS = \
|
|
|
|
modetest
|
|
|
|
|
|
|
|
modetest_SOURCES = \
|