mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
build: Fix make distcheck
I forgot to delete the underscore in object_locking_SOURCES when changing the name in one of previous cleanups. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
9aef4d96e0
commit
eeb1e80e7f
@ -1016,7 +1016,7 @@ CILOPTINCS =
|
||||
CILOPTPACKAGES = -package unix,str,cil
|
||||
CILOPTLIBS = -linkpkg
|
||||
|
||||
object_locking_SOURCES = objectlocking.ml
|
||||
objectlocking_SOURCES = objectlocking.ml
|
||||
|
||||
%.cmx: %.ml
|
||||
ocamlfind ocamlopt $(CILOPTFLAGS) $(CILOPTINCS) $(CILOPTPACKAGES) -c $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user