]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Link virusbmock with probes
authorJohn Ferlan <jferlan@redhat.com>
Fri, 10 Feb 2017 13:00:41 +0000 (08:00 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 10 Feb 2017 15:55:26 +0000 (10:55 -0500)
Seeing similar error to commit id '997be5c27' with the inability
to find the libvirt_event_poll_purge_timeout_semaphore symbol
causing a virusbtest failure.

tests/Makefile.am

index 7149a865ed1b98f3ed8ba5c05b17175b6768a873..32a7282d4333766d1fbc35b40d5803efea16f539 100644 (file)
@@ -1204,6 +1204,7 @@ virusbmock_la_SOURCES = virusbmock.c
 virusbmock_la_CFLAGS = $(AM_CFLAGS)
 virusbmock_la_LDFLAGS = $(MOCKLIBS_LDFLAGS)
 virusbmock_la_LIBADD = $(MOCKLIBS_LIBS) \
+       $(PROBES_O) \
        ../src/libvirt_util.la
 
 virnetdevbandwidthmock_la_SOURCES = \