summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-03-15 12:13:39 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-03-15 12:13:39 +0000
commit280e313ef75ac4c0431ea4544ec28621fcbbe5ba (patch)
tree947bcf4e9273c643b90f4dd80af37546fa776d11 /cmake
parenta2d6c5ebc6a357b6c21d70b2d75e171b75657cb3 (diff)
* 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.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/dbus/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt
index 839554bf..b0c76f41 100644
--- a/cmake/dbus/CMakeLists.txt
+++ b/cmake/dbus/CMakeLists.txt
@@ -167,7 +167,7 @@ set (DBUS_UTIL_HEADERS
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
)