From: Lennart Poettering Date: Thu, 8 Jul 2010 22:13:18 +0000 (+0200) Subject: build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files X-Git-Tag: v2~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4627d39661ffcdd11e814650dfcc9ac3d0d0ec0b;p=systemd build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files --- diff --git a/Makefile.am b/Makefile.am index 52339718..c89f5194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -686,7 +686,7 @@ CLEANFILES += \ endif org.freedesktop.systemd1.%.xml: systemd - $(AM_V_GEN)./systemd --introspect=${@:.xml=} > $@ + $(AM_V_GEN)SYSTEMD_SKIP_API_MOUNTS=1 ./systemd --introspect=${@:.xml=} > $@ CLEANFILES += \ $(dbusinterface_DATA)