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 --- kpat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpat/Makefile.am') diff --git a/kpat/Makefile.am b/kpat/Makefile.am index 1243bf9f..0b193859 100644 --- a/kpat/Makefile.am +++ b/kpat/Makefile.am @@ -9,7 +9,7 @@ kpat_SOURCES = main.cpp cardmaps.cpp card.cpp dealer.cpp \ yukon.cpp clock.cpp golf.cpp spider.cpp \ gamestatsimpl.cpp \ gamestats.ui -kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kpat_LDADD = $(LIB_KFILE) $(LIB_KDEGAMES) ./freecell-solver/libfcs.la kpat_DEPENDENCIES = $(LIB_KDEGAMES_DEP) -- cgit v1.2.1