summaryrefslogtreecommitdiffstats
path: root/kbattleship
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:45:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:45:16 -0600
commit69d847e2c2c274dffea81178c1c4af79e33f04de (patch)
tree610a36865143dff1c2e0e6b13abc4fbb7ff0b6c1 /kbattleship
parent4bef7d9d870482091170d84142ca7c221a4fca50 (diff)
downloadtdegames-69d847e2c2c274dffea81178c1c4af79e33f04de.tar.gz
tdegames-69d847e2c2c274dffea81178c1c4af79e33f04de.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'kbattleship')
-rw-r--r--kbattleship/kbattleship/Makefile.am6
-rw-r--r--kbattleship/kbattleship/dialogs/Makefile.am4
2 files changed, 5 insertions, 5 deletions
diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am
index 5413d3b3..1076dc58 100644
--- a/kbattleship/kbattleship/Makefile.am
+++ b/kbattleship/kbattleship/Makefile.am
@@ -13,10 +13,10 @@ kbattleship_SOURCES = kbaiplayer.cpp kbstrategy.cpp kbverticalstepstrategy.cpp\
kstatdialog.cpp kbdiagonalshotstrategy.cpp \
konnectionhandling.cpp kship.cpp kshiplist.cpp \
kbchooserstrategy.cpp kbattleship.cpp main.cpp
-kbattleship_LDADD = $(LIB_KDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD)
+kbattleship_LDADD = $(LIB_TDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD)
kbattleship_COMPILE_FIRST = dialogs/infoDlg.h dialogs/chatDlg.h dialogs/connectDlg.h dialogs/serverDlg.h dialogs/statDlg.h
-kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
-kbattleship_DEPENDENCIES = $(LIB_KDEGAMES_DEP)
+kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kbattleship_DEPENDENCIES = $(LIB_TDEGAMES_DEP)
services_DATA = _kbattleship._tcp
servicesdir = $(kde_datadir)/zeroconf
diff --git a/kbattleship/kbattleship/dialogs/Makefile.am b/kbattleship/kbattleship/dialogs/Makefile.am
index d2399a43..383349a4 100644
--- a/kbattleship/kbattleship/dialogs/Makefile.am
+++ b/kbattleship/kbattleship/dialogs/Makefile.am
@@ -4,8 +4,8 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libkbattleshipdialogs.la
libkbattleshipdialogs_la_SOURCES = dummy.cpp connectDlg.ui serverDlg.ui \
chatDlg.ui statDlg.ui infoDlg.ui
-libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
-libkbattleshipdialogs_la_LIBADD = $(LIB_KDEUI)
+libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+libkbattleshipdialogs_la_LIBADD = $(LIB_TDEUI)
dummy.cpp:
echo > dummy.cpp