diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ac934d6..715543c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,5 +5,9 @@ if BUILD_PYTHON DIR_P = python endif -SUBDIRS = src examples $(DIR_P) -DIST_SUBDIRS = src examples $(DIR_P) +if BUILD_RUBY +DIR_R = ruby +endif + +SUBDIRS = src examples $(DIR_P) $(DIR_R) +DIST_SUBDIRS = src examples $(DIR_P) $(DIR_R) |