diff options
author | Emil Velikov <[email protected]> | 2014-08-18 23:41:45 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:42 +0100 |
commit | 96b45e67d506a02dd082fe2abf5d016e1fdeb4da (patch) | |
tree | 9f2909bd798387bda004992d39f1fef68200bb96 /src/gallium/state_trackers/egl/Makefile.am | |
parent | da1d32490998606a32fa256b40527afe37c8f66f (diff) |
st/egl: ship all the files in the tarball
Namely we were missing the headers and the Android/SCons buildscripts.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile.am')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index 3e917c1ac3c..c5dea4bf75b 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -104,3 +104,5 @@ if HAVE_OPENVG AM_CPPFLAGS += \ -DFEATURE_VG=1 endif + +EXTRA_DIST = Android.mk SConscript |