diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:36 +0200 |
commit | 291c375686bd560ab45bde3914f0f9471468518b (patch) | |
tree | f633126473c813be39f3862a37eea1b0237791c1 /kspaceduel | |
parent | 87a850f84ebcf7f3762d714f49399bbe11ed7af6 (diff) | |
download | tdegames-291c375686bd560ab45bde3914f0f9471468518b.tar.gz tdegames-291c375686bd560ab45bde3914f0f9471468518b.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kspaceduel')
-rw-r--r-- | kspaceduel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspaceduel/Makefile.am b/kspaceduel/Makefile.am index 3f12add3..6fc7d9c6 100644 --- a/kspaceduel/Makefile.am +++ b/kspaceduel/Makefile.am @@ -13,7 +13,7 @@ kspaceduel_SOURCES = general.ui mathroutines.cpp topwidget.cpp \ kspaceduel_METASOURCES = AUTO EXTRA_DIST = kspaceduel.desktop kspaceduel.xpm mini-kspaceduel.xpm -kspaceduel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kspaceduel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kspaceduel_LDADD = $(LIB_TDEGAMES) kspaceduel_DEPENDENCIES = $(LIB_TDEGAMES_DEP) |