summaryrefslogtreecommitdiff
path: root/tests/modeprint
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-11-07 15:30:55 +0000
committerEric Engestrom <eric@engestrom.ch>2019-10-14 16:07:20 +0000
commitf057dc91e93ae21e11ab48a26127d569972f3eae (patch)
tree59debcac996929cf2c0235309318981ed853171d /tests/modeprint
parente4f090f3c23d7b92068ee182a277700ba3988c36 (diff)
downloaddrm-f057dc91e93ae21e11ab48a26127d569972f3eae.tar.gz
libdrm: remove autotools support
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'tests/modeprint')
-rw-r--r--tests/modeprint/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am
deleted file mode 100644
index 568185f0..00000000
--- a/tests/modeprint/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-AM_CFLAGS = \
- $(WARN_CFLAGS)\
- -fvisibility=hidden \
- -I$(top_srcdir)/include/drm \
- -I$(top_srcdir)/tests \
- -I$(top_srcdir)
-
-if HAVE_INSTALL_TESTS
-bin_PROGRAMS = \
- modeprint
-else
-noinst_PROGRAMS = \
- modeprint
-endif
-
-modeprint_SOURCES = \
- modeprint.c
-modeprint_LDADD = \
- $(top_builddir)/tests/util/libutil.la \
- $(top_builddir)/libdrm.la