]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
build: Fix make distcheck
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 19 Mar 2014 13:27:08 +0000 (14:27 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 19 Mar 2014 13:43:08 +0000 (14:43 +0100)
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>
tests/Makefile.am

index f80e7ad3209dcd763aaf34714c3b66c929b6c2e1..90f70ffb96acf8fea709f46f58eb528a5c804bff 100644 (file)
@@ -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 $<