Fix: java-agent: out-of-tree path to java manifest
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 23 Jan 2015 18:22:11 +0000 (13:22 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Jan 2015 18:44:28 +0000 (13:44 -0500)
This should also be backported to stable-2.6.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/Makefile.am

index bcf6abec8c5f9af9f5e61cea3da58d54bae5bbab..399b533e617cb5145ce5b88f5143e4c1c20e9e6d 100644 (file)
@@ -4,7 +4,7 @@ pkgpath = org/lttng/ust/agent
 pkgpath_old = org/lttng/ust/jul
 
 jarfile_version = 1.0.0
-jarfile_manifest = $(pkgpath)/Manifest.txt
+jarfile_manifest = $(srcdir)/$(pkgpath)/Manifest.txt
 jarfile_symlink = liblttng-ust-agent.jar
 jarfile = liblttng-ust-agent-$(jarfile_version).jar
 
This page took 0.024517 seconds and 4 git commands to generate.