diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
commit | 1281f76995fa76e129d6014eafa637ba8fc71152 (patch) | |
tree | 9bf0470f9bc77e48b4624259c72819f61cc41733 /Makefile.am.in | |
parent | cb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff) | |
download | tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip |
Rename kde-config to tde-config
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 2 |
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 |