diff options
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 b8f4505d..e6724ba1 100644 --- a/parts/documentation/Makefile.am +++ b/parts/documentation/Makefile.am @@ -3,7 +3,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/libkdevelop.la \ +libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la $(LIB_KHTML) libkdevdocumentation_la_SOURCES = documentation_part.cpp \ |