diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
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 |