[Libreoffice-commits] .: writerfilter/Library_doctok.mk

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Jul 24 17:29:19 PDT 2011


 writerfilter/Library_doctok.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f67469aa1e732e747642685879e3f84e2c6ff1a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Jul 24 19:29:08 2011 -0500

    typo doctoc for doctok whichprevented the proper inclusion of libxml2

diff --git a/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index 2715170..329f6e8 100644
--- a/writerfilter/Library_doctok.mk
+++ b/writerfilter/Library_doctok.mk
@@ -58,7 +58,7 @@ $(eval $(call gb_Library_add_linked_libs,doctok,\
     $(gb_STDLIBS) \
 ))
 
-$(eval $(call gb_Library_use_external,doctoc,libxml2))
+$(eval $(call gb_Library_use_external,doctok,libxml2))
 
 $(eval $(call gb_Library_add_exception_objects,doctok,\
     writerfilter/source/doctok/Dff \


More information about the Libreoffice-commits mailing list