this should hopefully fix the build

svn path=/trunk/playground/graphics/okular/; revision=643486
This commit is contained in:
Pino Toscano 2007-03-17 15:53:51 +00:00
parent 9581cc9594
commit c363cad735

View file

@ -23,7 +23,7 @@ kde4_automoc(${okularGenerator_plucker_SRCS})
kde4_add_plugin(okularGenerator_plucker WITH_PREFIX ${okularGenerator_plucker_SRCS} ${qunpluck_SRCS})
target_link_libraries(okularGenerator_plucker okularcore ${KDE4_KDEPRINT_LIBS} m ${JPEG_LIBRARIES} )
target_link_libraries(okularGenerator_plucker okularcore ${KDE4_KDEPRINT_LIBS} m ${JPEG_LIBRARY} )
install(TARGETS okularGenerator_plucker DESTINATION ${PLUGIN_INSTALL_DIR})