From: Ralf Habacker Date: Wed, 3 Feb 2010 13:14:03 +0000 (+0100) Subject: linux cmake build system related compile fix X-Git-Tag: dbus-1.3.1~120^2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b43d3428463ff9f2454e2c67ee4eb98dcebd94f5;p=thirdparty%2Fdbus.git linux cmake build system related compile fix --- diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index db3837121..5f7834703 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -24,6 +24,8 @@ #cmakedefine DBUS_VERSION ((@DBUS_MAJOR_VERSION@ << 16) | (@DBUS_MINOR_VERSION@ << 8) | (@DBUS_MICRO_VERSION@)) #cmakedefine DBUS_VERSION_STRING "@DBUS_VERSION_STRING@" +#define VERSION DBUS_VERSION_STRING + // test binaries /* Full path to test file test/test-exit in builddir */ #define TEST_BUS_BINARY "@TEST_BUS_BINARY@"