Copy from X11:XOrg/libdrm based on submit request 23400 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/23400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=18
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
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 = \
|