mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: fix make rpm failure
util/virdbuspriv.h needed to be added to UTIL_SOURCES in the makefile.
This commit is contained in:
@@ -86,7 +86,7 @@ UTIL_SOURCES = \
|
||||
util/virclosecallbacks.c util/virclosecallbacks.h \
|
||||
util/vircommand.c util/vircommand.h \
|
||||
util/virconf.c util/virconf.h \
|
||||
util/virdbus.c util/virdbus.h \
|
||||
util/virdbus.c util/virdbus.h util/virdbuspriv.h \
|
||||
util/virdnsmasq.c util/virdnsmasq.h \
|
||||
util/virebtables.c util/virebtables.h \
|
||||
util/virendian.h \
|
||||
|
||||
Reference in New Issue
Block a user