diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 21:05:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 21:05:18 -0600 |
commit | ed530727c56fe2f062c1c174d73274667cd983a5 (patch) | |
tree | 33d79096cab9a9a11508ce9d7fdc6727974e320a /parts/documentation/Makefile.am | |
parent | 595a6e60c6aafad9006327dbeb822b608e7f9b33 (diff) | |
download | tdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.tar.gz tdevelop-ed530727c56fe2f062c1c174d73274667cd983a5.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'parts/documentation/Makefile.am')
-rw-r--r-- | parts/documentation/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/Makefile.am b/parts/documentation/Makefile.am index e6724ba1..13c4db3f 100644 --- a/parts/documentation/Makefile.am +++ b/parts/documentation/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ kde_module_LTLIBRARIES = libkdevdocumentation.la libkdevdocumentation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ - $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la $(LIB_KHTML) + $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la $(LIB_TDEHTML) libkdevdocumentation_la_SOURCES = documentation_part.cpp \ documentation_widget.cpp contentsview.cpp indexview.cpp docglobalconfigwidgetbase.ui \ |