From: Simon McVittie Date: Wed, 15 Jun 2011 09:48:59 +0000 (+0100) Subject: cmake: don't include -util sources in the shared library X-Git-Tag: dbus-1.5.10~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=301fa555ac0c8370db319442ac4937a0d4e1d95a;p=platform%2Fupstream%2Fdbus.git cmake: don't include -util sources in the shared library Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34976 Reviewed-by: Cosimo Alfarano --- diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index a922fd8..b807e67 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})