diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:12 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:59:36 +0200 |
commit | 291c375686bd560ab45bde3914f0f9471468518b (patch) | |
tree | f633126473c813be39f3862a37eea1b0237791c1 /ktron | |
parent | 87a850f84ebcf7f3762d714f49399bbe11ed7af6 (diff) | |
download | tdegames-291c375686bd560ab45bde3914f0f9471468518b.tar.gz tdegames-291c375686bd560ab45bde3914f0f9471468518b.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'ktron')
-rw-r--r-- | ktron/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktron/Makefile.am b/ktron/Makefile.am index 39f976fa..e78f413f 100644 --- a/ktron/Makefile.am +++ b/ktron/Makefile.am @@ -4,8 +4,8 @@ bin_PROGRAMS = ktron INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) ktron_SOURCES = ai.ui appearance.ui general.ui tron.cpp player.cpp ktron.cpp main.cpp settings.kcfgc -ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -ktron_LDADD = $(LIB_KIO) $(LIB_TDEGAMES) +ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) +ktron_LDADD = $(LIB_TDEIO) $(LIB_TDEGAMES) ktron_DEPENDENCIES = $(LIB_TDEGAMES_DEP) EXTRA_DIST = ktron.desktop |