linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: Always add all test scripts to EXTRA_DIST
@ 2012-04-18  8:53 Daniel Wagner
  2012-04-18  9:12 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Wagner @ 2012-04-18  8:53 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Daniel Wagner

From: Daniel Wagner <daniel.wagner@bmw-carit.de>

With commit e407e9ac6d8bfde31f95ed5d7e7bcecf0cfe48ed
test-attrib, test-proximity and test-thermometer are only packaged
when "./configure --enable-gatt && make dist" is called.

The dist target should be independant on the configure flags.
---
 Makefile.tools |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile.tools b/Makefile.tools
index e3f2017..cb0d1d0 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -219,15 +219,12 @@ EXTRA_DIST += test/apitest test/sap-client test/hsplay test/hsmicro \
 		test/test-telephony test/test-network test/simple-agent \
 		test/simple-service test/simple-endpoint test/test-audio \
 		test/test-input test/test-sap-server test/test-oob \
+		test/test-attrib test/test-proximity test/test-thermometer \
 		test/test-serial-proxy test/test-health test/test-health-sink \
 		test/service-record.dtd test/service-did.xml \
 		test/service-spp.xml test/service-opp.xml test/service-ftp.xml \
 		test/simple-player test/test-nap
 
-if GATTMODULES
-EXTRA_DIST += test/test-attrib test/test-proximity test/test-thermometer
-endif
-
 if HIDD
 bin_PROGRAMS += compat/hidd
 
-- 
1.7.10.130.g36e6c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: Always add all test scripts to EXTRA_DIST
  2012-04-18  8:53 [PATCH] Makefile: Always add all test scripts to EXTRA_DIST Daniel Wagner
@ 2012-04-18  9:12 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-04-18  9:12 UTC (permalink / raw)
  To: Daniel Wagner; +Cc: linux-bluetooth, Daniel Wagner

Hi Daniel,

On Wed, Apr 18, 2012, Daniel Wagner wrote:
> With commit e407e9ac6d8bfde31f95ed5d7e7bcecf0cfe48ed
> test-attrib, test-proximity and test-thermometer are only packaged
> when "./configure --enable-gatt && make dist" is called.
> 
> The dist target should be independant on the configure flags.
> ---
>  Makefile.tools |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-18  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18  8:53 [PATCH] Makefile: Always add all test scripts to EXTRA_DIST Daniel Wagner
2012-04-18  9:12 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).