diff options
author | Emil Velikov <[email protected]> | 2014-08-15 23:40:48 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:38 +0100 |
commit | 63e9831756eff315e8562ec2d362134fe8e557de (patch) | |
tree | 5cffe61aa8bdd20b89c40de6d4074e50c4f50ffd /src/gallium/winsys/vc4/drm/Makefile.sources | |
parent | afdc44deca806f9439d70e0b404045ff80f12adc (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/vc4/drm/Makefile.sources')
-rw-r--r-- | src/gallium/winsys/vc4/drm/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/vc4/drm/Makefile.sources b/src/gallium/winsys/vc4/drm/Makefile.sources index 97cf2eac47c..19cadf78070 100644 --- a/src/gallium/winsys/vc4/drm/Makefile.sources +++ b/src/gallium/winsys/vc4/drm/Makefile.sources @@ -1,2 +1,3 @@ C_SOURCES := \ + vc4_drm_public.h \ vc4_drm_winsys.c |