summaryrefslogtreecommitdiffstats
path: root/kreversi
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi')
-rw-r--r--kreversi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/Makefile.am b/kreversi/Makefile.am
index ca13e36f..36066f88 100644
--- a/kreversi/Makefile.am
+++ b/kreversi/Makefile.am
@@ -18,7 +18,7 @@ kreversi_SOURCES = \
kreversi.cpp \
main.cpp \
prefs.kcfgc
-kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kreversi_LDADD = $(LIB_KDEGAMES) $(LIB_KIO)
kreversi_DEPENDENCIES = $(LIB_KDEGAMES_DEP)