Defined DBUS_CMAKE in config.h to have a way for detecting the currently used buildsy...
authorRalf Habacker <ralf.habacker@freenet.de>
Sat, 10 Apr 2010 23:34:20 +0000 (01:34 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 13 Apr 2010 19:15:29 +0000 (21:15 +0200)
cmake/config.h.cmake

index 6965c03..9083eb4 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef _DBUS_CONFIG_H
 #define _DBUS_CONFIG_H
 /****************************/
+/* indicate that we are building with cmake */
+#define DBUS_CMAKE 1
 
 #cmakedefine HAVE_GNUC_VARARGS 1