mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +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 1afcfbdda0
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…
Reference in New Issue
Block a user