summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-06-12 17:15:21 +0900
committerMichel Dänzer <michel@daenzer.net>2017-06-12 17:16:47 +0900
commit57d67d55d32e9196fceef41a693c89d0eb163a72 (patch)
treed3f7c8c3dfa18e6cb2bd0332e67e0e11c15648b1
parentb6f450e065a538d566c71872ce890ff07956e3eb (diff)
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.
-rw-r--r--tests/amdgpu/Makefile.am2
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 \