]> xenbits.xensource.com Git - libvirt.git/commit
virtlogd: Fix build without DBus
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 27 Nov 2015 13:00:39 +0000 (14:00 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 27 Nov 2015 15:39:46 +0000 (16:39 +0100)
commitbaa3b463b386609d31ff14daa21f9d8616612d6e
treea8a4b725cd3eeec5f1459bdc24eef1ad205c60e2
parent6bb575d128151fd42234497dae14740d76d021ae
virtlogd: Fix build without DBus

The rule for virrotatingfiletest was defined in DBUS-only block even
though the test does not use DBus at all.  Also DBUS_CFLAGS and
DBUS_LIBS are removed from the rules.  The original error was:

/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../lib64/Scrt1.o: In
function `_start':
(.text+0x20): undefined reference to `main'

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tests/Makefile.am