summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-29 20:33:09 +0100
committerEmil Velikov <[email protected]>2014-09-05 23:46:24 +0100
commitcd2e62a2f3f898b203dc2f40bd789a143917dc53 (patch)
tree174ac36f84b9270984b8d96520cd188e1ffc9511 /src/gallium/state_trackers/egl/Makefile.am
parent96fb492583f622ce0d72908c0bfc98b544b56794 (diff)
st/egl: include the remaining files in the tarball
A few files were missing, namely: - a few of the common headers - the android + gdi sources Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile.am')
-rw-r--r--src/gallium/state_trackers/egl/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am
index c5dea4bf75b..216bcdbaead 100644
--- a/src/gallium/state_trackers/egl/Makefile.am
+++ b/src/gallium/state_trackers/egl/Makefile.am
@@ -105,4 +105,6 @@ AM_CPPFLAGS += \
-DFEATURE_VG=1
endif
-EXTRA_DIST = Android.mk SConscript
+EXTRA_DIST = \
+ Android.mk SConscript \
+ $(android_FILES) $(gdi_FILES)