diff options
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 49a23d9777..4c9b20442b 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -12,3 +12,8 @@ SUBDIRS = \ rule_generator \ scsi_id \ usb_id + +if ENABLE_EXTRAS +SUBDIRS += \ + udev-acl +endif |