diff options
Diffstat (limited to 'tdehtml/Makefile.am')
-rw-r--r-- | tdehtml/Makefile.am | 4 |
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 |