diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:46 -0600 |
commit | f6940565c7179a41f70b38e8c6664f45ba07e399 (patch) | |
tree | 0a975659b84d02f16b2c4637208142aa4f323f61 /kbugbuster | |
parent | b3e897824c5a4735d8363123db1419b6179eb5e3 (diff) | |
download | tdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.tar.gz tdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/Makefile.am b/kbugbuster/Makefile.am index 85ea75d3..20b6b0cc 100644 --- a/kbugbuster/Makefile.am +++ b/kbugbuster/Makefile.am @@ -11,7 +11,7 @@ bin_PROGRAMS = kbugbuster kbugbuster_SOURCES = main.cpp kbugbuster_LDADD = -lkutils gui/libkbbmainwindow.la \ backend/libkbbbackend.la $(LIB_KHTML) $(LIB_KIO) -ltdefx $(LIB_KUTILS) -kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) +kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) xdg_apps_DATA = kbugbuster.desktop |