summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 16:22:23 +0200
committermalosek <malosek@fastmq.com>2009-09-16 16:22:23 +0200
commit6bfb9e6aaf0adad441d693a679c30ef30aeb5c14 (patch)
tree686409162189f30fe29427ea0713a4bea4d05e7d /Makefile.am
parent3de435a07d460e7eb2423a75e71a409b0f1143e2 (diff)
java directory moved into bindings directory II
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index b1aa70d..ad4558f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,16 +6,12 @@ if BUILD_RUBY
DIR_R = ruby
endif
-if BUILD_JAVA
-DIR_J = java
-endif
-
if BUILD_PERF
DIR_PERF = perf
endif
-SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_J) $(DIR_PERF) devices
-DIST_SUBDIRS = src python ruby java perf devices
+SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_PERF) devices bindings
+DIST_SUBDIRS = src python ruby perf devices bindings
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2