diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 18:41:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 18:41:05 +0200 |
commit | c5a9680ee7cddac4b7a7d05447209dcd5a4cfce3 (patch) | |
tree | a81fb952e2a78936a7233a38c3dc7f1cc8a329d3 /extras/Makefile.am | |
parent | fc04059abfc5d1fa9bfe9afb15ca03017a26fb56 (diff) |
v4l_id: move from udev-extras
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 629b70e387..9528e8afa3 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -11,7 +11,8 @@ SUBDIRS = \ fstab_import \ rule_generator \ scsi_id \ - usb_id + usb_id \ + v4l_id if ENABLE_EXTRAS SUBDIRS += \ |