diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2011-02-15 16:37:26 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2011-02-15 16:37:26 +0100 |
commit | 905818f5961446ac32d1b2d165185fffddc4915a (patch) | |
tree | d675ce02d7dda68819376c7626cc4d1336683d2a /Makefile.am | |
parent | c283cd6c598b38a6e1bb1ffd7372b9c550e45233 (diff) |
Do not build extras with --disable-extras
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b87741802f..eb8f6d197d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -221,6 +221,7 @@ dist_udevrules_DATA += \ extras/rule_generator/75-cd-aliases-generator.rules \ extras/rule_generator/75-persistent-net-generator.rules +if ENABLE_EXTRAS # ------------------------------------------------------------------------------ # firmware - firmware loading # ------------------------------------------------------------------------------ @@ -319,6 +320,8 @@ libexec_PROGRAMS += extras/v4l_id/v4l_id dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules endif +endif # ENABLE_EXTRAS + # ------------------------------------------------------------------------------ # qemu -- qemu/kvm guest tweaks # ------------------------------------------------------------------------------ |