dbus/cmake/dbus CMakeLists.txt,1.2,1.3
Ralf Habacker
rhabacker at kemper.freedesktop.org
Thu Mar 15 05:13:41 PDT 2007
Update of /cvs/dbus/dbus/cmake/dbus
In directory kemper:/tmp/cvs-serv22804/cmake/dbus
Modified Files:
CMakeLists.txt
Log Message:
* dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it is a platform depending file similar to dbus-sysdeps-pthread.c.
Index: CMakeLists.txt
===================================================================
RCS file: /cvs/dbus/dbus/cmake/dbus/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt 6 Mar 2007 20:51:02 -0000 1.2
+++ CMakeLists.txt 15 Mar 2007 12:13:39 -0000 1.3
@@ -167,7 +167,7 @@
if (WIN32)
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
${DBUS_DIR}/dbus-sysdeps-win.c
- ${DBUS_DIR}/dbus-sysdeps-win-thread.c
+ ${DBUS_DIR}/dbus-sysdeps-thread-win.c
${DBUS_DIR}/dbus-sysdeps-util-win.c
${DBUS_DIR}/dbus-spawn-win.c
)
More information about the dbus-commit
mailing list