chiark / gitweb /
udev-acl: move from udev-extras
[elogind.git] / extras / Makefile.am
index f72e0b1f5f256064a2b23d795304e3bb8f471c0a..4c9b20442b527ad8824a62d15f0855ecf5ec769d 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.am.inc
+
 SUBDIRS = \
        ata_id \
        cdrom_id \
@@ -9,8 +11,9 @@ SUBDIRS = \
        fstab_import \
        rule_generator \
        scsi_id \
-       usb_id \
-       volume_id
+       usb_id
 
-distclean-local:
-       rm -f Makefile.in
+if ENABLE_EXTRAS
+SUBDIRS += \
+       udev-acl
+endif