diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:45:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:45:16 -0600 |
commit | 69d847e2c2c274dffea81178c1c4af79e33f04de (patch) | |
tree | 610a36865143dff1c2e0e6b13abc4fbb7ff0b6c1 /kspaceduel | |
parent | 4bef7d9d870482091170d84142ca7c221a4fca50 (diff) | |
download | tdegames-69d847e2c2c274dffea81178c1c4af79e33f04de.tar.gz tdegames-69d847e2c2c274dffea81178c1c4af79e33f04de.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kspaceduel')
-rw-r--r-- | kspaceduel/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kspaceduel/Makefile.am b/kspaceduel/Makefile.am index 79c8b971..3e5a5c6d 100644 --- a/kspaceduel/Makefile.am +++ b/kspaceduel/Makefile.am @@ -13,9 +13,9 @@ 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_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kspaceduel_LDADD = $(LIB_KDEGAMES) -kspaceduel_DEPENDENCIES = $(LIB_KDEGAMES_DEP) +kspaceduel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kspaceduel_LDADD = $(LIB_TDEGAMES) +kspaceduel_DEPENDENCIES = $(LIB_TDEGAMES_DEP) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = mathroutines.h topwidget.h playerinfo.h \ |