diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 60e3ce90f1..4b07a365d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,3 +18,8 @@ if ENABLE_MANPAGES SUBDIRS += \ man endif + +if ENABLE_RULE_GENERATOR +SUBDIRS += \ + rule_generator +endif |