From 4834436344c0ca17fd587f7ee24e91fa0da7fa87 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Fri, 25 Jul 2008 23:43:50 -0400 Subject: [PATCH] Oops, wvdbusd.cc depended on WVSTREAMS_RELEASE define. Use PACKAGE_VERSION from wvautoconf.h instead. --- dbus/tests/wvdbusd.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbus/tests/wvdbusd.cc b/dbus/tests/wvdbusd.cc index 6460db3e..70116f21 100644 --- a/dbus/tests/wvdbusd.cc +++ b/dbus/tests/wvdbusd.cc @@ -1,11 +1,12 @@ #include "wvdbusserver.h" #include "wvstreamsdaemon.h" +#include "wvautoconf.h" class WvDBusDaemon : public WvStreamsDaemon { public: WvDBusDaemon() : - WvStreamsDaemon("WvDBusDaemon", WVSTREAMS_RELEASE, + WvStreamsDaemon("WvDBusDaemon", PACKAGE_VERSION, wv::bind(&WvDBusDaemon::cb, this)), log("WvDBusDaemon", WvLog::Debug) { -- 2.11.4.GIT