diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | 9b81b308254a1fea02dc01d939626d7b97eddf1f (patch) | |
tree | c6b96aa1137123c99ba0870b91daa8563aba8933 /ksnake | |
parent | f6ffe14cef5d1f13a6c51df0b0c1629f144de694 (diff) | |
download | tdegames-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 'ksnake')
-rw-r--r-- | ksnake/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/Makefile.am b/ksnake/Makefile.am index b46794a6..12e66678 100644 --- a/ksnake/Makefile.am +++ b/ksnake/Makefile.am @@ -10,7 +10,7 @@ ksnake_SOURCES = game.cpp rattler.cpp board.cpp level.cpp ball.cpp \ pixServer.cpp progress.cpp levels.cpp\ view.cpp main.cpp settings.kcfgc appearance.ui general.ui -ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor ksnake_LDADD = $(LIB_KDEUI) $(LIB_KDEGAMES) -lm ksnake_DEPENDENCIES = $(LIB_KDEGAMES_DEP) |