summaryrefslogtreecommitdiff
path: root/tests/nouveau
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
commitfc933651b13e2f0d9d4e2083206c3faadc11c50a (patch)
tree271758241abf5bb1a662fe11c7677899c1efac30 /tests/nouveau
parent0190f49a139e7069d7cad6a6890832831da1aa8b (diff)
Revert "Revert "libdrm: remove autotools support""
The external tooling issue has been fixed, so we can delete autotools again :)
Diffstat (limited to 'tests/nouveau')
-rw-r--r--tests/nouveau/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/nouveau/Makefile.am b/tests/nouveau/Makefile.am
deleted file mode 100644
index 554f43ec..00000000
--- a/tests/nouveau/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-AM_CFLAGS = \
- -pthread \
- $(WARN_CFLAGS) \
- -fvisibility=hidden \
- -I$(top_srcdir)/include/drm \
- -I$(top_srcdir)/nouveau \
- -I$(top_srcdir)
-
-LDADD = \
- ../../nouveau/libdrm_nouveau.la \
- ../../libdrm.la \
- -ldl
-
-TESTS = threaded
-
-check_PROGRAMS = $(TESTS)
-