diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 29326906a3..0c6429df60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,3 +15,7 @@ SUBDIRS += \ hwdb endif +if ENABLE_RULE_GENERATOR +SUBDIRS += \ + rule_generator +endif |