Copy from X11:XOrg/libdrm based on submit request 25353 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/25353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=20
37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
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 = \
|
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
|
|
|
-noinst_PROGRAMS = \
|
|
+bin_PROGRAMS = \
|
|
dristat \
|
|
drmstat
|
|
|
|
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
|
|
@@ -3,7 +3,7 @@ AM_CFLAGS = \
|
|
-I$(top_srcdir)/intel/ \
|
|
-I$(top_srcdir)
|
|
|
|
-noinst_PROGRAMS = \
|
|
+bin_PROGRAMS = \
|
|
modeprint
|
|
|
|
modeprint_SOURCES = \
|
|
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
|
|
@@ -4,7 +4,7 @@ AM_CFLAGS = \
|
|
-I$(top_srcdir) \
|
|
$(CAIRO_CFLAGS)
|
|
|
|
-noinst_PROGRAMS = \
|
|
+bin_PROGRAMS = \
|
|
modetest
|
|
|
|
modetest_SOURCES = \
|