Skip to content

Commit

Permalink
DBusMenu: compile with target.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 25, 2017
1 parent d524311 commit 987ae06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_subdirectory(applets-new)
add_subdirectory(c-lib)
add_subdirectory(dbusmenu)
include(GLibHelpers)
set(ENUM_FILES
panel-platform.h
Expand Down Expand Up @@ -43,9 +44,6 @@ endif()
set(VALA_FILES
misc-old.vala
configurator.vala
dbusmenu/dbusmenu-proxy.vala
dbusmenu/dbusmenu-gtk.vala
dbusmenu/dbusmenu.vala
applet-holder.vala
panel-toplevel.vala
)
Expand Down Expand Up @@ -88,6 +86,7 @@ add_library (${LIBNAME} SHARED
${LIBVALAPANEL_C_SOURCES}
${LIBVALAPANEL_HEADERS}
${GLIB_RESOURCES_LIB}
$<TARGET_OBJECTS:vala-dbusmenu-o>
definitions.h
)

Expand Down

0 comments on commit 987ae06

Please sign in to comment.