From 06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 17 Dec 2008 10:41:21 -0800 Subject: libdrm: Fix modetest/modeprint to use automake stuff. --- tests/modeprint/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/modeprint/Makefile.am (limited to 'tests/modeprint/Makefile.am') diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am new file mode 100644 index 00000000..77f8ec78 --- /dev/null +++ b/tests/modeprint/Makefile.am @@ -0,0 +1,13 @@ +AM_CFLAGS = \ + -I$(top_srcdir)/shared-core \ + -I$(top_srcdir)/libdrm/intel/ \ + -I$(top_srcdir)/libdrm + +noinst_PROGRAMS = \ + modeprint + +modeprint_SOURCES = \ + modeprint.c +modeprint_LDADD = \ + $(top_builddir)/libdrm/libdrm.la \ + $(top_builddir)/libdrm/intel/libdrm_intel.la -- cgit v1.2.3