diff options
author | Matt Turner <[email protected]> | 2014-12-07 15:13:45 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:50 -0800 |
commit | 75c7a7114fc94b17aaadb6d737d2b5fc92bf6240 (patch) | |
tree | ef8d9c4dfec886b14f9c2a815e5713fe7c75f3e6 /src/gallium/winsys/i915 | |
parent | 00eadb77e60fdf794050b025ebaa80913dd32d97 (diff) |
gallium: Remove Android files from distribution.
Android builds Mesa from git, so there don't need to be in the tarball.
Diffstat (limited to 'src/gallium/winsys/i915')
-rw-r--r-- | src/gallium/winsys/i915/drm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/winsys/i915/drm/Makefile.am b/src/gallium/winsys/i915/drm/Makefile.am index 3201d6f9341..82c477d68b6 100644 --- a/src/gallium/winsys/i915/drm/Makefile.am +++ b/src/gallium/winsys/i915/drm/Makefile.am @@ -31,5 +31,3 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libi915drm.la libi915drm_la_SOURCES = $(C_SOURCES) - -EXTRA_DIST = Android.mk |