diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:40 -0600 |
commit | d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4 (patch) | |
tree | 2ee43223b6057b499017ef2852236140b487b838 /kbattleship | |
parent | a2ba4256f16ffac0da7e00714b69fd9711426e1c (diff) | |
download | tdegames-d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4.tar.gz tdegames-d74d25b6c602f310bf2bcafb0bf2b52f139bd8b4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am index 56004d82..67becb36 100644 --- a/kbattleship/kbattleship/Makefile.am +++ b/kbattleship/kbattleship/Makefile.am @@ -13,7 +13,7 @@ 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_TDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD) +kbattleship_LDADD = $(LIB_TDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_TDEFILE) $(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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kbattleship_DEPENDENCIES = $(LIB_TDEGAMES_DEP) |