tizen 2.4 release
[framework/web/wrt-commons.git] / build / dbus / CMakeLists.txt
similarity index 96%
rename from build_mobile/dbus/CMakeLists.txt
rename to build/dbus/CMakeLists.txt
index 59b2db1..dbe3b56 100644 (file)
@@ -55,7 +55,7 @@ TARGET_LINK_LIBRARIES(${TARGET_DPL_DBUS_EFL}
 
 # Target library properties
 SET_TARGET_PROPERTIES(${TARGET_DPL_DBUS_EFL} PROPERTIES
-    SOVERSION ${API_VERSION} 
+    SOVERSION ${API_VERSION}
  VERSION ${VERSION}
     CLEAN_DIRECT_OUTPUT 1
     OUTPUT_NAME ${DPL_EFL_DBUS_LIBRARY})
@@ -69,4 +69,4 @@ INSTALL(FILES ${DPL_DBUS_HEADERS}
         DESTINATION include/dpl-efl/dpl/dbus)
 
 # Install pkgconfig script
-configure_and_install_pkg(dpl-dbus-efl.pc)
+CONFIGURE_AND_INSTALL_PKG(dpl-dbus-efl.pc)