Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300646
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +4 lines)
Line  Link Here
0
-- libdrm-2.4.15.orig/tests/Makefile.am
0
++ libdrm-2.4.15/tests/Makefile.am
Lines 6-12 Link Here
6
6
7
LDADD = $(top_builddir)/libdrm/libdrm.la
7
LDADD = $(top_builddir)/libdrm/libdrm.la
8
8
9
noinst_PROGRAMS = \
9
check_PROGRAMS = \
10
	dristat \
10
	dristat \
11
	drmstat
11
	drmstat
12
12
Lines 17-23 Link Here
17
17
18
if HAVE_LIBUDEV
18
if HAVE_LIBUDEV
19
19
20
EXTRA_LTLIBRARIES = libdrmtest.la
20
check_LTLIBRARIES = libdrmtest.la
21
21
22
libdrmtest_la_SOURCES = \
22
libdrmtest_la_SOURCES = \
23
	drmtest.c \
23
	drmtest.c \
Lines 56-63 Link Here
56
	$(NULL)
56
	$(NULL)
57
endif
57
endif
58
58
59
EXTRA_PROGRAMS = $(TESTS)
59
check_PROGRAMS += $(TESTS)
60
60
61
endif
61
endif
62
63
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)

Return to bug 300646