diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-16 21:14:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-16 21:14:39 +0200 |
commit | 9b0dded6b05ca042083f86eacb952c8871289c3c (patch) | |
tree | a4f6a702e09e18a953e66c830f9781ff21b1ccd2 /Makefile.am | |
parent | c8663095e327e8c2859ac348ed75890a0102244e (diff) |
make: add comment
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 604a33bc3a..3699ff2339 100644 --- a/Makefile.am +++ b/Makefile.am @@ -280,17 +280,17 @@ extras_v4l_id_v4l_id_LDADD = libudev/libudev-private.la libexec_PROGRAMS += extras/v4l_id/v4l_id dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules +if ENABLE_EXTRAS # ------------------------------------------------------------------------------ # conditional extras (need glib, libusb, libacl, ...) # ------------------------------------------------------------------------------ -if ENABLE_EXTRAS dist_udevrules_DATA += \ rules/rules.d/75-net-description.rules \ rules/rules.d/75-tty-description.rules \ rules/rules.d/78-sound-card.rules # ------------------------------------------------------------------------------ -# GUdev +# GUdev - libudev gobject interface # ------------------------------------------------------------------------------ LIBGUDEV_CURRENT=0 LIBGUDEV_REVISION=1 |