From a85e07b9031c819f3cdf54b66c90ac0c450e3e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 9 Apr 2009 15:02:40 -0400 Subject: test: Makefile.am grammar nazi --- tests/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index e5e9fc41..b1dad7ec 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,8 @@ -AM_CFLAGS = \ +AM_CPPFLAGS = \ -I $(top_srcdir)/shared-core \ -I $(top_srcdir)/libdrm -AM_LDFLAGS = $(top_builddir)/libdrm/libdrm.la +LDADD = $(top_builddir)/libdrm/libdrm.la noinst_PROGRAMS = \ dristat \ @@ -15,14 +15,16 @@ SUBDIRS = \ if HAVE_LIBUDEV EXTRA_LTLIBRARIES = libdrmtest.la + libdrmtest_la_SOURCES = \ drmtest.c \ drmtest.h + libdrmtest_la_LIBADD = \ - $(top_builddir)/libdrm/libdrm.la \ + $(LDADD) \ $(LIBUDEV_LIBS) -LDADD = libdrmtest.la +LDADD += libdrmtest.la XFAIL_TESTS = \ auth \ -- cgit v1.2.3