summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/Makefile.am
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.am
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.am')
-rw-r--r--src/gallium/winsys/radeon/drm/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/winsys/radeon/drm/Makefile.am b/src/gallium/winsys/radeon/drm/Makefile.am
index b413b0b93a0..0320aca01f9 100644
--- a/src/gallium/winsys/radeon/drm/Makefile.am
+++ b/src/gallium/winsys/radeon/drm/Makefile.am
@@ -8,3 +8,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libradeonwinsys.la
libradeonwinsys_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = $(TOOLS_HDR)