diff options
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index ba1149e5e..6a92a88af 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -18,10 +18,10 @@ # Boston, MA 02110-1301, USA. -COMPILE_FIRST = dcop libltdl kdefx kdecore kunittest kdeui kdesu kjs kwallet kio kded kded_post +COMPILE_FIRST = dcop libltdl tdefx tdecore kunittest tdeui tdesu kjs kwallet kio kded kded_post COMPILE_BEFORE_doc = kdoctools -COMPILE_AFTER_kparts = kspell2 kmdi kdeprint kinit kate interfaces kcert khtml krandr -COMPILE_AFTER_kdeprint = kate khtml +COMPILE_AFTER_kparts = kspell2 kmdi tdeprint kinit kate interfaces kcert khtml krandr +COMPILE_AFTER_tdeprint = kate khtml COMPILE_BEFORE_khtml = kutils COMPILE_BEFORE_kabc = kab kresources COMPILE_BEFORE_kate = interfaces kutils @@ -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 ./kdecore/kde-config.cpp.in >> files ;\ + echo ./tdecore/kde-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)/kdelibs.pot |