diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 710e39d9..b642bdd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,9 @@ endif if HAVE_RUBY SUBDIRS += ruby endif +if HAVE_JAVA +SUBDIRS += java +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ |