From 69d847e2c2c274dffea81178c1c4af79e33f04de Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:45:16 -0600 Subject: Rename additional instances of KDE to TDE --- kbattleship/kbattleship/Makefile.am | 6 +++--- kbattleship/kbattleship/dialogs/Makefile.am | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kbattleship') 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 -- cgit v1.2.3