From 9b81b308254a1fea02dc01d939626d7b97eddf1f Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: 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 --- kshisen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kshisen/Makefile.am') diff --git a/kshisen/Makefile.am b/kshisen/Makefile.am index ae805477..0badeae5 100644 --- a/kshisen/Makefile.am +++ b/kshisen/Makefile.am @@ -13,7 +13,7 @@ noinst_HEADERS = app.h board.h tileset.h debug.h version.h kshisen_SOURCES = main.cpp board.cpp app.cpp tileset.cpp settings.ui prefs.kcfgc kshisen_LDADD = $(LIB_KDEGAMES) $(LIB_KDEUI) kshisen_DEPENDENCIES = $(LIB_KDEGAMES_DEP) -kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor xdg_apps_DATA = kshisen.desktop kde_kcfg_DATA = kshisen.kcfg -- cgit v1.2.1