summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-15 12:55:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-23 10:31:17 +0000
commit796818d7b5a63c30d1ec837172deb73e300bfc38 (patch)
tree6a6be12e36c87476a6dbb277ae93408897e47db1 /xmlhelp
parent0f691cc6896e03ab8ca805bf0689bc0fc53dd42f (diff)
tweak build
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/makefile.mk2
-rw-r--r--xmlhelp/util/makefile.mk1
3 files changed, 2 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index ccc74daa5084..bef8ae5e07c7 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -41,7 +41,7 @@
// EDIT FROM HERE
-#include <HelpIndexer.hxx>
+#include <l10ntools/HelpIndexer.hxx>
// EDIT ENDS HERE
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index 05f4eada22cc..4c9a09948755 100644
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -67,8 +67,6 @@ LIBXSLTINCDIR=external$/libxslt
CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
.ENDIF
-CFLAGS+= -I$(SRC_ROOT)$/l10ntools$/source$/help
-
PKGCONFIG_MODULES=libclucene-core libclucene-contribs-lib
.INCLUDE : pkg_config.mk
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk
index 2f0b8f605161..caf6249270a5 100644
--- a/xmlhelp/util/makefile.mk
+++ b/xmlhelp/util/makefile.mk
@@ -58,6 +58,7 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(COMPHELPERLIB) \
+ $(HELPLINKERLIB) \
$(SALLIB) \
$(EXPATASCII3RDLIB) \
$(UNOTOOLSLIB) \