summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:45:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:45:00 -0600
commit1281f76995fa76e129d6014eafa637ba8fc71152 (patch)
tree9bf0470f9bc77e48b4624259c72819f61cc41733 /Makefile.am.in
parentcb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff)
downloadtdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz
tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip
Rename kde-config to tde-config
Diffstat (limited to 'Makefile.am.in')
-rw-r--r--Makefile.am.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
index c537e0c37..5690f976a 100644
--- a/Makefile.am.in
+++ b/Makefile.am.in
@@ -53,7 +53,7 @@ messages:
find $$dirs -maxdepth 1 -name "*.cpp" -print > files ;\
find $$dirs -maxdepth 1 -name "*.cc" -print >> files ;\
find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\
- echo ./tdecore/kde-config.cpp.in >> files ;\
+ echo ./tdecore/tde-config.cpp.in >> files ;\
$(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \
: > kde.pot ;\
$(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/tdelibs.pot