summaryrefslogtreecommitdiffstats
path: root/tdehtml/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:00:39 +0200
commitc6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch)
tree08aa592dea84d77931478751d69b47cb4d6b50ee /tdehtml/Makefile.am
parentf41d2ce0f1929574f3b65eef2675ac65177608f1 (diff)
downloadtdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz
tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdehtml/Makefile.am')
-rw-r--r--tdehtml/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/Makefile.am b/tdehtml/Makefile.am
index 2143fd90a..fc8b80e16 100644
--- a/tdehtml/Makefile.am
+++ b/tdehtml/Makefile.am
@@ -53,7 +53,7 @@ libtdehtml_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(VSCRIPT) $(all_libra
libtdehtml_la_LIBADD = ./xml/libtdehtmlxml.la ./html/libtdehtmlhtml.la \
./rendering/libtdehtmlrender.la ./css/libtdehtmlcss.la \
./misc/libtdehtmlmisc.la ecma/libkjs_html.la ./dom/libtdehtmldom.la $(LIBKJAVA) \
- $(LIB_KPARTS) \
+ $(LIB_TDEPARTS) \
$(LIBTHAI) \
$(top_builddir)/tdeprint/libtdeprint.la \
$(top_builddir)/tdeutils/libtdeutils.la \
@@ -124,7 +124,7 @@ testtdehtml_static_LDFLAGS = -static
testregression_SOURCES = test_regression.cpp test_regression_fontoverload.cpp
testregression_LDADD = libtdehtml.la
-DOXYGEN_REFERENCES = tdecore tdeui kio tdefx tdeparts
+DOXYGEN_REFERENCES = tdecore tdeui tdeio tdefx tdeparts
DOXYGEN_EXCLUDE = test*.* css ecma html java tdemultipart misc pics rendering test xml
include ../admin/Doxyfile.am