chiark / gitweb /
extras/keymap: teach findkeyboards about USB keyboards
[elogind.git] / extras / Makefile.am
index 30e6e95d8951f648c1ff05718c660ca53c587b09..b7c9fe860d12a761bb241e613f1a474b49d5ab15 100644 (file)
@@ -12,7 +12,14 @@ SUBDIRS = \
        rule_generator \
        scsi_id \
        usb_id \
-       volume_id
+       v4l_id
 
-distclean-local:
-       rm -f Makefile.in
+if ENABLE_EXTRAS
+SUBDIRS += \
+       udev-acl \
+       usb-db \
+       hid2hci \
+       keymap \
+       modem-modeswitch \
+       gudev
+endif