[Libreoffice-commits] .: l10ntools/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Aug 31 03:14:03 PDT 2011
l10ntools/source/makefile.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit a967c049a5e6e027850fbbb40a7231ee71551c91
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 31 11:13:41 2011 +0100
may need comphelper here
diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk
index 50e9e33..fc31233 100644
--- a/l10ntools/source/makefile.mk
+++ b/l10ntools/source/makefile.mk
@@ -85,7 +85,11 @@ APP1DEPN= $(OBJ)$/src_yy_wrapper.obj $(LB)$/$(TARGET).lib
APP2TARGET= helpex
APP2OBJS= $(OBJ)$/helpmerge.obj $(OBJ)$/xmlparse.obj $(OBJ)$/export2.obj $(OBJ)$/merge.obj $(OBJ)$/helpex.obj
APP2RPATH= NONE
-APP2STDLIBS+=$(SALLIB) $(EXPATASCII3RDLIB) $(TOOLSLIB)
+APP2STDLIBS+= \
+ $(EXPATASCII3RDLIB) \
+ $(TOOLSLIB) \
+ $(COMPHELPERLIB) \
+ $(SALLIB)
# extractor and merger for *.lng and *.lng
APP3TARGET= ulfex
More information about the Libreoffice-commits
mailing list