summaryrefslogtreecommitdiffstats
path: root/kmines
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-11 07:13:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-11 07:13:47 +0000
commit34b141e9ffa83ad1bf0c1f4e10eab939131b40e8 (patch)
treeb91016421f5141d40b9cc7ef9330eb173d5f8569 /kmines
parent9b81b308254a1fea02dc01d939626d7b97eddf1f (diff)
downloadtdegames-34b141e9ffa83ad1bf0c1f4e10eab939131b40e8.tar.gz
tdegames-34b141e9ffa83ad1bf0c1f4e10eab939131b40e8.zip
Fix kdegames compilation under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1258286 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmines')
-rw-r--r--kmines/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/Makefile.am b/kmines/Makefile.am
index e49f6501..afa6e285 100644
--- a/kmines/Makefile.am
+++ b/kmines/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(a
KDE_CXXFLAGS = $(KDE_USE_FPIE)
bin_PROGRAMS = kmines
-kmines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_USE_PIE)
+kmines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_USE_PIE) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
kmines_LDADD = ./solver/libsolver.la $(LIB_KDEGAMES)
kmines_DEPENDENCIES = $(LIB_KDEGAMES_DEP)
kmines_SOURCES = kzoommainwindow.cpp defines.cpp highscores.cpp settings.kcfgc \