diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2016-07-21 12:05:03 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2016-07-23 09:45:53 +0200 |
commit | a5446775f27b52c120c75b8f82656aa64f93319d (patch) | |
tree | 3d90ea818c042516a970b1e2a4ec88c3572ec5b6 /nouveau | |
parent | 9d1ce35c68bd05a56199afd94600716ea269187a (diff) |
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 'nouveau')
-rw-r--r-- | nouveau/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index 76cdecad..344a8445 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -30,4 +30,4 @@ pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libdrm_nouveau.pc TESTS = nouveau-symbol-check -EXTRA_DIST = Android.mk $(TESTS) +EXTRA_DIST = $(TESTS) |