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

« back to all changes in this revision

Viewing changes to scribus/plugins/gettext/csvim/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:
21
21
 
22
22
ADD_LIBRARY(${SCRIBUS_CSV_GT_PLUGIN} MODULE ${CSV_GT_PLUGIN_SOURCES} ${CSV_GT_PLUGIN_MOC_SOURCES})
23
23
 
 
24
IF(APPLE)
 
25
  TARGET_LINK_LIBRARIES(${SCRIBUS_CSV_GT_PLUGIN} "-undefined dynamic_lookup")
 
26
ENDIF(APPLE)
 
27
 
24
28
INSTALL(TARGETS ${SCRIBUS_CSV_GT_PLUGIN}
25
29
  LIBRARY
26
30
  DESTINATION ${PLUGINDIR}gettext
27
31
  PERMISSIONS ${PLUGIN_PERMISSIONS}
28
32
)
29
33
 
30
 
# SET_TARGET_PROPERTIES(${SCRIBUS_FONTPREVIEW_PLUGIN} PROPERTIES VERSION "0.0.0")
 
 
b'\\ No newline at end of file'
 
34
# SET_TARGET_PROPERTIES(${SCRIBUS_FONTPREVIEW_PLUGIN} PROPERTIES VERSION "0.0.0")