linux cmake build system related compile fix
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 3 Feb 2010 13:14:03 +0000 (14:14 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 3 Feb 2010 13:14:03 +0000 (14:14 +0100)
cmake/config.h.cmake

index db38371..5f78347 100644 (file)
@@ -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@"