mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00: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 1afcfbdda0cac112faa61f74ec943e46aa43f2f5
This commit is contained in:
parent
b767de4bdf
commit
ecbca76739
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user