summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-10 14:59:12 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-11 06:23:37 +0000
commitb91daa441cb9607c80ff8eeb48064ed57190c2bd (patch)
treedb33988b833a7884f405603d72ca2e08a2af0872 /odk
parent92b0c257cbe590d345adbaddbebebe95f977d8d5 (diff)
odk: fix packaging of purpenvhelper import lib on WNT
This import lib was apparently renamed in LO 3.6 and the crappy dmake build system in odk silently dropped it from the packages. This problem was fixed differently on master by converting the module to gbuild. Change-Id: Ib07e1472815b7d068cd718f6c733630fd59639d2 Reviewed-on: https://gerrit.libreoffice.org/3307 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'odk')
-rw-r--r--odk/pack/copying/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
index ec5f1723bc3d..a786c1f231de 100644
--- a/odk/pack/copying/makefile.mk
+++ b/odk/pack/copying/makefile.mk
@@ -76,7 +76,7 @@ LIBLIST = \
$(DESTDIRLIB)/icppu.lib \
$(DESTDIRLIB)/icppuhelper.lib \
$(DESTDIRLIB)/irmcxt.lib \
- $(DESTDIRLIB)/ipurpenvhelper3MSC.lib
+ $(DESTDIRLIB)/ipurpenvhelper.lib
.ENDIF
.IF "$(OS)"=="LINUX"