Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH lttng-ust] Fix: java-jul/Makefile should not be marked as a binary
@ 2014-02-18 18:59 Jérémie Galarneau
  2014-02-19 19:33 ` Mathieu Desnoyers
  0 siblings, 1 reply; 2+ messages in thread
From: Jérémie Galarneau @ 2014-02-18 18:59 UTC (permalink / raw)


java-jul/Makefile is part of bin_SCRIPTS which causes it to be
installed under /usr/local/bin.

It is already installed as an example.

Signed-off-by: J?r?mie Galarneau <jeremie.galarneau at efficios.com>
---
 doc/examples/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index e19af38..971eec3 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -10,7 +10,6 @@ dist_doc_examples_java_jul_DATA = java-jul/Makefile \
 								  java-jul/Hello.java \
 								  java-jul/run
 SUBDIRS_JUL = java-jul
-bin_SCRIPTS = java-jul/Makefile
 endif
 
 dist_doc_examples_DATA = README
-- 
1.9.0




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

end of thread, other threads:[~2014-02-19 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18 18:59 [lttng-dev] [PATCH lttng-ust] Fix: java-jul/Makefile should not be marked as a binary Jérémie Galarneau
2014-02-19 19:33 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox