mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix deps for probes.o to ensure correct build ordering
This commit is contained in:
@@ -1253,7 +1253,8 @@ libvirt_la_CFLAGS = -DIN_LIBVIRT $(AM_CFLAGS)
|
||||
libvirt_la_DEPENDENCIES = $(libvirt_la_BUILT_LIBADD) $(LIBVIRT_SYMBOL_FILE)
|
||||
|
||||
if WITH_DTRACE
|
||||
libvirt_la_LIBADD += probes.o
|
||||
libvirt_la_BUILT_LIBADD += probes.o
|
||||
libvirt_la_DEPENDENCIES += probes.o
|
||||
nodist_libvirt_la_SOURCES = probes.h
|
||||
|
||||
BUILT_SOURCES += probes.h libvirt_probes.stp libvirt_functions.stp
|
||||
|
||||
Reference in New Issue
Block a user