summaryrefslogtreecommitdiffstats
path: root/kmahjongg
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
commit9b81b308254a1fea02dc01d939626d7b97eddf1f (patch)
treec6b96aa1137123c99ba0870b91daa8563aba8933 /kmahjongg
parentf6ffe14cef5d1f13a6c51df0b0c1629f144de694 (diff)
downloadtdegames-9b81b308254a1fea02dc01d939626d7b97eddf1f.tar.gz
tdegames-9b81b308254a1fea02dc01d939626d7b97eddf1f.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmahjongg')
-rw-r--r--kmahjongg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Makefile.am b/kmahjongg/Makefile.am
index 7eba27b1..93186bbb 100644
--- a/kmahjongg/Makefile.am
+++ b/kmahjongg/Makefile.am
@@ -8,7 +8,7 @@ kmahjongg_SOURCES = main.cpp kmahjongg.cpp boardwidget.cpp \
Tileset.cpp BoardLayout.cpp GameTimer.cpp \
Background.cpp Preview.cpp prefs.kcfgc \
Editor.cpp HighScore.cpp settings.ui
-kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kmahjongg_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE)
kmahjongg_DEPENDENCIES = $(LIB_KDEGAMES_DEP)