r14938 by fschmid - Linking fixed related to last committ.

scribus-commit scribus-commit at lists.scribus.net
Fri Mar 26 23:30:26 CET 2010


Revision: 14938
Author: fschmid
Date: 2010-03-26T22:28:07.367481Z
Commit message: Linking fixed related to last committ.

Changeset: 
M  /trunk/Scribus/scribus/plugins/tools/2geomtools/pathalongpath/CMakeLists.txt
M  /trunk/Scribus/scribus/plugins/tools/2geomtools/meshdistortion/CMakeLists.txt

Diffs:
Index: scribus/plugins/tools/2geomtools/pathalongpath/CMakeLists.txt
===================================================================
--- scribus/plugins/tools/2geomtools/pathalongpath/CMakeLists.txt	(revision 14937)
+++ scribus/plugins/tools/2geomtools/pathalongpath/CMakeLists.txt	(revision 14938)
@@ -24,7 +24,7 @@
 
 ADD_LIBRARY(${SCRIBUS_PATHALONGPATH_PLUGIN} MODULE ${PATHALONGPATH_PLUGIN_SOURCES} ${PATHALONGPATH_PLUGIN_MOC_SOURCES} ${PATHALONGPATH_PLUGIN_UI_CPP} ${PATHALONGPATH_PLUGIN_UI_SOURCES})
 
-TARGET_LINK_LIBRARIES(${SCRIBUS_PATHALONGPATH_PLUGIN} ${PLUGIN_LIBRARIES})
+TARGET_LINK_LIBRARIES(${SCRIBUS_PATHALONGPATH_PLUGIN} ${PLUGIN_LIBRARIES} ${SCRIBUS_2GEOM_LIB})
 
 INSTALL(TARGETS ${SCRIBUS_PATHALONGPATH_PLUGIN}
   LIBRARY
Index: scribus/plugins/tools/2geomtools/meshdistortion/CMakeLists.txt
===================================================================
--- scribus/plugins/tools/2geomtools/meshdistortion/CMakeLists.txt	(revision 14937)
+++ scribus/plugins/tools/2geomtools/meshdistortion/CMakeLists.txt	(revision 14938)
@@ -24,7 +24,7 @@
 
 ADD_LIBRARY(${SCRIBUS_MESHDISTORTION_PLUGIN} MODULE ${MESHDISTORTION_PLUGIN_SOURCES} ${MESHDISTORTION_PLUGIN_MOC_SOURCES} ${MESHDISTORTION_PLUGIN_UI_CPP} ${MESHDISTORTION_PLUGIN_UI_SOURCES})
 
-TARGET_LINK_LIBRARIES(${SCRIBUS_MESHDISTORTION_PLUGIN} ${PLUGIN_LIBRARIES})
+TARGET_LINK_LIBRARIES(${SCRIBUS_MESHDISTORTION_PLUGIN} ${PLUGIN_LIBRARIES} ${SCRIBUS_2GEOM_LIB})
 INSTALL(TARGETS ${SCRIBUS_MESHDISTORTION_PLUGIN}
   LIBRARY
   DESTINATION ${PLUGINDIR}




More information about the scribus-commit mailing list