~pimvullers/pantheon-files/fix-983560

« back to all changes in this revision

Viewing changes to plugins/extended-actions/CMakeLists.txt

  • Committer: xapantu
  • Date: 2012-06-01 21:34:30 UTC
  • Revision ID: xapantu@gmail.com-20120601213430-kvxei83fu396mfus
Back to the original extended-actions, add contractor plugin separately

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
add_library(marlin-extended-actions SHARED
25
25
    ${VALA_C})
26
26
target_link_libraries(marlin-extended-actions marlincore marlinwidgets)
27
 
install(TARGETS marlin-extended-actions DESTINATION lib/pantheon-files/plugins/core/)
28
 
install(FILES extended-actions.plug DESTINATION lib/pantheon-files/plugins/core/)
 
27
install(TARGETS marlin-extended-actions DESTINATION lib/marlin/plugins/core/)
 
28
install(FILES extended-actions.plug DESTINATION lib/marlin/plugins/core/)