diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-11-07 15:30:55 +0000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2019-10-14 16:07:20 +0000 |
commit | f057dc91e93ae21e11ab48a26127d569972f3eae (patch) | |
tree | 59debcac996929cf2c0235309318981ed853171d /tests/nouveau | |
parent | e4f090f3c23d7b92068ee182a277700ba3988c36 (diff) | |
download | libdrm-f057dc91e93ae21e11ab48a26127d569972f3eae.tar.gz libdrm-f057dc91e93ae21e11ab48a26127d569972f3eae.tar.bz2 libdrm-f057dc91e93ae21e11ab48a26127d569972f3eae.zip |
libdrm: remove autotools support
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'tests/nouveau')
-rw-r--r-- | tests/nouveau/Makefile.am | 17 |
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) - |