summaryrefslogtreecommitdiff
path: root/perf/java/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
committermalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
commit2a4a10c8be92c5ce6314378fc4de163888075279 (patch)
tree683df480e109aeff751d93d3b89b28a1f7311a3a /perf/java/Makefile.am
parentec6822a477b89ac77afc90425bf36c4829dbef3d (diff)
build system tuning
Diffstat (limited to 'perf/java/Makefile.am')
-rw-r--r--perf/java/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/perf/java/Makefile.am b/perf/java/Makefile.am
new file mode 100644
index 0000000..6552e80
--- /dev/null
+++ b/perf/java/Makefile.am
@@ -0,0 +1,5 @@
+AM_JAVACFLAGS=-classpath $(top_builddir)/java
+
+dist_noinst_JAVA = local_lat.java remote_lat.java local_thr.java \
+remote_thr.java
+