[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jul 8 15:13:44 PDT 2010


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4627d39661ffcdd11e814650dfcc9ac3d0d0ec0b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 9 00:13:18 2010 +0200

    build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files

diff --git a/Makefile.am b/Makefile.am
index 5233971..c89f519 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)


More information about the systemd-commits mailing list