summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit3b7fe5ddd49701eb97b4b04fb02e5a1d3f7a0e84 (patch)
treea7dd6e6480a67886d044ae52fcb71d5ad9a70cc8 /src
parente3852bc8f1b052bbecdc3c548b7bd282d5d0146b (diff)
downloadpotracegui-3b7fe5ddd49701eb97b4b04fb02e5a1d3f7a0e84.tar.gz
potracegui-3b7fe5ddd49701eb97b4b04fb02e5a1d3f7a0e84.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/potracegui@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 377314a..a58167f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ bin_PROGRAMS = potracegui
# the application source, library search path, and link libraries
potracegui_SOURCES = main.cpp potracegui.cpp autotraceformats.cpp MainWidgetBase.ui mainwidget.cpp options.cpp
-potracegui_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+potracegui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
potracegui_LDADD = $(LIB_KIO) $(LIB_KDEUI)
# this is where the desktop file will go