From: Jérémie Galarneau Date: Tue, 18 Feb 2014 18:59:35 +0000 (-0500) Subject: Fix: java-jul/Makefile should not be marked as a binary X-Git-Tag: v2.4.0~17 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=9a37727f9dc181b93fbfcb273f59340a66fc056e Fix: java-jul/Makefile should not be marked as a binary 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 Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index e19af38c..971eec3e 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