summaryrefslogtreecommitdiffstats
path: root/ksnake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:59:36 +0200
commit291c375686bd560ab45bde3914f0f9471468518b (patch)
treef633126473c813be39f3862a37eea1b0237791c1 /ksnake
parent87a850f84ebcf7f3762d714f49399bbe11ed7af6 (diff)
downloadtdegames-291c375686bd560ab45bde3914f0f9471468518b.tar.gz
tdegames-291c375686bd560ab45bde3914f0f9471468518b.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'ksnake')
-rw-r--r--ksnake/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/Makefile.am b/ksnake/Makefile.am
index c0b969c0..8372f182 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) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
ksnake_LDADD = $(LIB_TDEUI) $(LIB_TDEGAMES) -lm
ksnake_DEPENDENCIES = $(LIB_TDEGAMES_DEP)