From: Jiri Denemark Date: Mon, 17 Oct 2011 15:42:47 +0000 (+0200) Subject: Fix VPATH build X-Git-Tag: v0.9.7-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbca7673920a2063b55b6d5a2b3e1335ac723d0;p=thirdparty%2Flibvirt.git Fix VPATH build probes.h is generated in build directory; setting a dependency on probes.h from source directory doesn't work well in VPATH builds. Caused by commit 1afcfbdda0cac112faa61f74ec943e46aa43f2f5 --- diff --git a/src/Makefile.am b/src/Makefile.am index 510e5efdc0..87d91ede79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -191,7 +191,7 @@ REMOTE_DRIVER_GENERATED = \ # The remote RPC driver needs probes.h if WITH_DTRACE -REMOTE_DRIVER_GENERATED += $(srcdir)/probes.h +REMOTE_DRIVER_GENERATED += probes.h endif REMOTE_PROTOCOL = $(srcdir)/remote/remote_protocol.x