dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Boll <andreas.boll.dev@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH libdrm 2/6] automake: Pick up all Android files for distribution
Date: Thu, 21 Jul 2016 15:12:40 +0200	[thread overview]
Message-ID: <1469106764-19411-3-git-send-email-andreas.boll.dev@gmail.com> (raw)
In-Reply-To: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com>

Currently only some Android Makefiles are included in the release tarball.
Add all remaining files to be more consistent.

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
---
 Makefile.am                | 2 +-
 amdgpu/Makefile.am         | 2 +-
 tests/Makefile.am          | 2 ++
 tests/proptest/Makefile.am | 2 ++
 tests/util/Makefile.am     | 2 ++
 5 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index feecba7..dce2cf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,7 +120,7 @@ libdrm_la_SOURCES = $(LIBDRM_FILES)
 libdrmincludedir = ${includedir}
 libdrminclude_HEADERS = $(LIBDRM_H_FILES)
 
-EXTRA_DIST = Android.mk
+EXTRA_DIST = CleanSpec.mk Android.mk
 
 klibdrmincludedir = ${includedir}/libdrm
 klibdrminclude_HEADERS = $(LIBDRM_INCLUDE_H_FILES)
diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am
index cf7bc1b..169788f 100644
--- a/amdgpu/Makefile.am
+++ b/amdgpu/Makefile.am
@@ -44,4 +44,4 @@ pkgconfigdir = @pkgconfigdir@
 pkgconfig_DATA = libdrm_amdgpu.pc
 
 TESTS = amdgpu-symbol-check
-EXTRA_DIST = $(TESTS)
+EXTRA_DIST = Android.mk $(TESTS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 58feb12..33a1d42 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -73,3 +73,5 @@ TESTS +=					\
 endif
 
 check_PROGRAMS += $(TESTS)
+
+EXTRA_DIST = Android.mk
diff --git a/tests/proptest/Makefile.am b/tests/proptest/Makefile.am
index 3fde46b..6b7ae7c 100644
--- a/tests/proptest/Makefile.am
+++ b/tests/proptest/Makefile.am
@@ -19,3 +19,5 @@ proptest_SOURCES = $(PROPTEST_FILES)
 proptest_LDADD = \
 	$(top_builddir)/libdrm.la \
 	$(top_builddir)/tests/util/libutil.la
+
+EXTRA_DIST = Android.mk
diff --git a/tests/util/Makefile.am b/tests/util/Makefile.am
index f8e0b17..92acfb3 100644
--- a/tests/util/Makefile.am
+++ b/tests/util/Makefile.am
@@ -11,3 +11,5 @@ libutil_la_CFLAGS = \
 	$(CAIRO_CFLAGS)
 
 libutil_la_SOURCES = $(UTIL_FILES)
+
+EXTRA_DIST = Android.mk
-- 
2.8.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2016-07-21 13:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 13:12 Misc libdrm fixes Andreas Boll
2016-07-21 13:12 ` [PATCH libdrm 1/6] radeon: Wire up radeon-symbol-check to make check Andreas Boll
2016-07-21 13:12 ` Andreas Boll [this message]
2016-07-21 16:14   ` [PATCH libdrm 2/6] automake: Pick up all Android files for distribution Emil Velikov
2016-07-22 11:25     ` [PATCH libdrm] automake: Don't include Android Makefiles in the release tarball Andreas Boll
2016-07-22 11:28     ` [PATCH libdrm 2/6] automake: Pick up all Android files for distribution Andreas Boll
2016-07-21 13:12 ` [PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file Andreas Boll
2016-07-21 16:10   ` Emil Velikov
2016-07-22 11:26     ` [PATCH libdrm] virtgpu: Update kernel header Andreas Boll
2016-07-22 22:25       ` Emil Velikov
2016-07-22 11:28     ` [PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file Andreas Boll
2016-07-21 13:12 ` [PATCH libdrm 4/6] automake: Include virtgpu_drm.h in the release tarball Andreas Boll
2016-07-21 13:12 ` [PATCH libdrm 5/6] man: Fix typo Andreas Boll
2016-07-21 13:12 ` [PATCH libdrm 6/6] radeon: Fix typo in stderr message Andreas Boll
2016-07-21 16:38 ` Misc libdrm fixes Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469106764-19411-3-git-send-email-andreas.boll.dev@gmail.com \
    --to=andreas.boll.dev@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox