mirror of https://gitee.com/openkylin/libvirt.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 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