summaryrefslogtreecommitdiffstats
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
commitecba89529fb96de90a05501203d9940cf408e1cf (patch)
tree39a1f21171a72543258104b814a764b785d6f719
parent4a4c608d348c6047dede5149baaab63b14ec9cd8 (diff)
downloadkvkbd-ecba89529fb96de90a05501203d9940cf408e1cf.tar.gz
kvkbd-ecba89529fb96de90a05501203d9940cf408e1cf.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/kvkbd@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 965d274..5dd29fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ bin_PROGRAMS = kvkbd
# the application source, library search path, and link libraries
kvkbd_SOURCES = DragWidget.cpp KeyClip.cpp MainWidget.cpp VButton.cpp main.cpp \
numpadvbutton.cpp resizabledragwidget.cpp resizabledragwidget.h
-kvkbd_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+kvkbd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kvkbd_LDADD = -lXtst $(LIB_KDEUI)
# this is where the desktop file will go