diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-15 10:48:59 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-10-12 18:14:51 +0100 |
commit | 301fa555ac0c8370db319442ac4937a0d4e1d95a (patch) | |
tree | 5daa1d5e36b903060a99c4cc06b17e8fe16cd5e8 | |
parent | 617eaa9ef9201ba6cdabfb4a6ec927744df9de22 (diff) |
cmake: don't include -util sources in the shared library
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34976
Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
-rw-r--r-- | cmake/dbus/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index a922fd81..b807e679 100644 --- a/cmake/dbus/CMakeLists.txt +++ b/cmake/dbus/CMakeLists.txt @@ -227,15 +227,11 @@ endif (WIN32) set(libdbus_SOURCES ${DBUS_LIB_SOURCES} ${DBUS_SHARED_SOURCES} - # for debugging - ${DBUS_UTIL_SOURCES} ) set(libdbus_HEADERS ${DBUS_LIB_HEADERS} ${DBUS_SHARED_HEADERS} - # for debugging - ${DBUS_UTIL_HEADERS} ) if (MSVC) set (BUILD_FILEVERSION ${DBUS_MAJOR_VERSION},${DBUS_MINOR_VERSION},${DBUS_MICRO_VERSION},${DBUS_PATCH_VERSION}) |