summaryrefslogtreecommitdiff
path: root/radeon
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2016-07-21 12:05:03 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2016-07-23 09:45:53 +0200
commita5446775f27b52c120c75b8f82656aa64f93319d (patch)
tree3d90ea818c042516a970b1e2a4ec88c3572ec5b6 /radeon
parent9d1ce35c68bd05a56199afd94600716ea269187a (diff)
downloaddrm-a5446775f27b52c120c75b8f82656aa64f93319d.tar.gz
automake: Don't include Android Makefiles in the release tarball
Currently only some Android Makefiles are included in the release tarball. To be more consistent one could either add the remaining files or don't ship Android Makefiles altogether. According to Emil the Android folk doesn't use our release tarballs. Thus it makes sense to remove those files from distribution which also means less work for maintenance in the future. Suggested-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'radeon')
-rw-r--r--radeon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am
index 31f19e5f..e2415314 100644
--- a/radeon/Makefile.am
+++ b/radeon/Makefile.am
@@ -44,4 +44,4 @@ pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = libdrm_radeon.pc
TESTS = radeon-symbol-check
-EXTRA_DIST = Android.mk $(LIBDRM_RADEON_BOF_FILES) $(TESTS)
+EXTRA_DIST = $(LIBDRM_RADEON_BOF_FILES) $(TESTS)