little misunderstanding it seems

CCMAIL: 78245@bugs.kde.org

svn path=/trunk/kdegraphics/kpdf/; revision=343893
remotes/origin/kpdf-experiments
Stephan Kulow 22 years ago
parent 3461b1d8dc
commit 3546113c53
  1. 2
      kpdf/Makefile.am

@ -44,7 +44,7 @@ kde_module_LTLIBRARIES = libkpdfpart.la
# the Part's source, library search path, and link libraries
libkpdfpart_la_SOURCES = QOutputDev.cpp QOutputDevPixmap.cpp QOutputDevKPrinter.cpp kpdf_part.cpp kpdf_pagewidget.cc part.cpp thumbnail.cpp thumbnaillist.cpp kpdf_error.cpp xpdf_errors.cpp
libkpdfpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
libkpdfpart_la_LIBADD = ../xpdf/libxpdf.la $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEPRINT) $(LIB_KUTILS)
libkpdfpart_la_LIBADD = ../xpdf/libxpdf.la $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEPRINT) $(LIB_KUTILS) -lm
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)

Loading…
Cancel
Save