vc4: automake: remove vc4_drm.h from the sources lists
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 26 Jul 2016 08:46:02 +0000 (09:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 28 Jul 2016 13:08:24 +0000 (14:08 +0100)
The file was removed with earlier commit breaking 'make dist'.
Drop it from Makefile.sources since it's no longer around.

Fixes: 16985eb308e ("vc4: Switch to using the libdrm-provided
vc4_drm.h.")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/drivers/vc4/Makefile.sources

index 76e52ce142dda052aa92ae6f1e0163f2097133c6..e1496d1012af69c131ffd65ee1674d1aaa6a04f5 100644 (file)
@@ -14,7 +14,6 @@ C_SOURCES := \
        vc4_context.c \
        vc4_context.h \
        vc4_draw.c \
-       vc4_drm.h \
        vc4_emit.c \
        vc4_fence.c \
        vc4_formats.c \