Skip to content

Commit

Permalink
Unity-Gtk-Module: Fix appmenu-gtk3-parser versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 7, 2017
1 parent 3b0f45f commit eb5f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity-gtk-module/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(LIB_SOURCES
unity-gtk-action-private.h
unity-gtk-action.c)

add_library(appmenu-gtk3-parser MODULE
add_library(appmenu-gtk3-parser SHARED
${LIB_SOURCES})

target_include_directories(appmenu-gtk3-parser PRIVATE ${GLIB_INCLUDE_DIRS} ${GTK3_INCLUDE_DIRS} ${X11_INCLUDE_DIRS})
Expand Down

0 comments on commit eb5f202

Please sign in to comment.