chiark / gitweb /
udev-acl: handle missing action when called in CK mode
[elogind.git] / extras / Makefile.am
index f72e0b1f5f256064a2b23d795304e3bb8f471c0a..629b70e38739ac44728a1cf21db85c804f9d26ed 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.am.inc
+
 SUBDIRS = \
        ata_id \
        cdrom_id \
@@ -9,8 +11,10 @@ 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 \
+       gudev
+endif