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 /tdecore/Makefile.am | |
parent | cb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff) | |
download | tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip |
Rename kde-config to tde-config
Diffstat (limited to 'tdecore/Makefile.am')
-rw-r--r-- | tdecore/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am index 976307ebd..f8856108c 100644 --- a/tdecore/Makefile.am +++ b/tdecore/Makefile.am @@ -168,9 +168,9 @@ kcharsets.lo: kentities.c parser: kentities.gperf cd $(srcdir) && gperf -a -L "ANSI-C" -E -C -c -o -t -k '*' -Nkde_findEntity -D -Hhash_Entity -Wwordlist_Entity -s 2 kentities.gperf > kentities.c -bin_PROGRAMS = kde-config kgrantpty +bin_PROGRAMS = tde-config kgrantpty -kde_config_SOURCES = kde-config.cpp +kde_config_SOURCES = tde-config.cpp kde_config_LDADD = ./libtdecore.la kde_config_LDFLAGS = $(KDE_RPATH) $(KDE_MT_LDFLAGS) @@ -186,7 +186,7 @@ install-exec-hook: @echo "This is needed for konsole, etc. to ensure that they can't be eavesdropped." @echo "" -DISTCLEANFILES = kde-config.cpp +DISTCLEANFILES = tde-config.cpp DOXYGEN_REFERENCES = dcop tdeui kparts kio DOXYGEN_EXCLUDE = malloc kde_file.h |