From: Martin Pitt Date: Tue, 15 Feb 2011 15:37:26 +0000 (+0100) Subject: Do not build extras with --disable-extras X-Git-Tag: 174~255^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=905818f5961446ac32d1b2d165185fffddc4915a;p=elogind.git Do not build extras with --disable-extras --- diff --git a/Makefile.am b/Makefile.am index b87741802..eb8f6d197 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 # ------------------------------------------------------------------------------