[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 154/473: Build as module.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:55:24 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 944761b0c7fa98083683b752184f2e4f1a8e68bf
Author: Graeme Gott <graeme at gottcode.org>
Date:   Thu Aug 8 05:10:55 2013 -0400

    Build as module.
---
 src/CMakeLists.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 08dbdf8..e60e6f9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,11 +1,11 @@
 set(WHISKERMENU_FLAGS "-Wall -Wextra")
 if(ENABLE_WERROR)
-	set(WHISKERMENU_FLAGS "${WHISKERMENU_FLAGS} -Werror")
+    set(WHISKERMENU_FLAGS "${WHISKERMENU_FLAGS} -Werror")
 endif()
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${WHISKERMENU_FLAGS}")
 set(CMAKE_CXX_FLAGS "-fvisibility=hidden ${WHISKERMENU_FLAGS} ${CMAKE_CXX_FLAGS}")
 if(ENABLE_AS_NEEDED)
-	set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
+    set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
 endif()
 
 find_package(GTK2 REQUIRED)
@@ -61,7 +61,7 @@ if(${DISABLE_DEPRECATED})
         -DGTK_DISABLE_DEPRECATED=1)
 endif()
 
-add_library(whiskermenu SHARED
+add_library(whiskermenu MODULE
     applications_page.cpp
     category.cpp
     configuration_dialog.cpp

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list