diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-06-12 17:15:21 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-06-12 17:16:47 +0900 |
commit | 57d67d55d32e9196fceef41a693c89d0eb163a72 (patch) | |
tree | d3f7c8c3dfa18e6cb2bd0332e67e0e11c15648b1 /tests | |
parent | b6f450e065a538d566c71872ce890ff07956e3eb (diff) | |
download | libdrm-57d67d55d32e9196fceef41a693c89d0eb163a72.tar.gz libdrm-57d67d55d32e9196fceef41a693c89d0eb163a72.tar.bz2 libdrm-57d67d55d32e9196fceef41a693c89d0eb163a72.zip |
tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am
Fixes make distcheck with amdgpu enabled.
Fixes: ec65d1980912 ("tests/amdgpu: rename uvd messages to decode
messages")
Trivial.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/amdgpu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am index d4572bec..9e085784 100644 --- a/tests/amdgpu/Makefile.am +++ b/tests/amdgpu/Makefile.am @@ -23,7 +23,7 @@ amdgpu_test_SOURCES = \ basic_tests.c \ bo_tests.c \ cs_tests.c \ - uvd_messages.h \ + decode_messages.h \ vce_tests.c \ vce_ib.h \ frame.h \ |