mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
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 1afcfbdda0
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ REMOTE_DRIVER_GENERATED = \
|
|||||||
|
|
||||||
# The remote RPC driver needs probes.h
|
# The remote RPC driver needs probes.h
|
||||||
if WITH_DTRACE
|
if WITH_DTRACE
|
||||||
REMOTE_DRIVER_GENERATED += $(srcdir)/probes.h
|
REMOTE_DRIVER_GENERATED += probes.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
REMOTE_PROTOCOL = $(srcdir)/remote/remote_protocol.x
|
REMOTE_PROTOCOL = $(srcdir)/remote/remote_protocol.x
|
||||||
|
|||||||
Reference in New Issue
Block a user