~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to scribus/plugins/scriptplugin/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2007-08-11 17:41:51 UTC
  • mfrom: (0.1.1 upstream) (4.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20070811174151-tmkgjvjuc0mtk8ul
Tags: 1.3.4.dfsg+svn20071115-1
* Upstream svn update (Closes: #447480, #448949).
* debian/NEWS: Added a note for users wanting stable Scribus to switch to
  the "scribus" package (Closes: #427638).
* debian/watch: Updated the watch regex to properly track sourceforge
  releases for this branch (Closes: #449700).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
ADD_LIBRARY(${SCRIBUS_SCRIPTER_PLUGIN} MODULE ${SCRIPTER_PLUGIN_SOURCES} ${SCRIPTER_PLUGIN_MOC_SOURCES})
50
50
 
 
51
TARGET_LINK_LIBRARIES(${SCRIBUS_SCRIPTER_PLUGIN}
 
52
  ${PYTHON_LIBRARIES}
 
53
)
 
54
 
 
55
IF(APPLE)
 
56
  TARGET_LINK_LIBRARIES(${SCRIBUS_SCRIPTER_PLUGIN} "-undefined dynamic_lookup")
 
57
ENDIF(APPLE)
 
58
 
51
59
INSTALL(TARGETS ${SCRIBUS_SCRIPTER_PLUGIN}
52
60
  LIBRARY
53
61
  DESTINATION ${PLUGINDIR}