summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-15 23:40:48 +0100
committerEmil Velikov <[email protected]>2014-08-28 21:24:38 +0100
commit63e9831756eff315e8562ec2d362134fe8e557de (patch)
tree5cffe61aa8bdd20b89c40de6d4074e50c4f50ffd /src/gallium/winsys/radeon/drm/Makefile.sources
parentafdc44deca806f9439d70e0b404045ff80f12adc (diff)
winsys/$(hw): include headers in Makefile.sources
Otherwise 'make dist' will not pick them up :'( Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys/radeon/drm/Makefile.sources')
-rw-r--r--src/gallium/winsys/radeon/drm/Makefile.sources10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gallium/winsys/radeon/drm/Makefile.sources b/src/gallium/winsys/radeon/drm/Makefile.sources
index 4ca5ebb1b34..d30969e174f 100644
--- a/src/gallium/winsys/radeon/drm/Makefile.sources
+++ b/src/gallium/winsys/radeon/drm/Makefile.sources
@@ -1,5 +1,13 @@
C_SOURCES := \
radeon_drm_bo.c \
+ radeon_drm_bo.h \
radeon_drm_cs.c \
radeon_drm_cs_dump.c \
- radeon_drm_winsys.c
+ radeon_drm_cs.h \
+ radeon_drm_public.h \
+ radeon_drm_winsys.c \
+ radeon_drm_winsys.h \
+ radeon_winsys.h
+
+TOOLS_HDR := \
+ radeon_ctx.h