summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 14:54:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 14:54:58 +0000
commit4d39d352177eeb41d8d84762f75d9ab6198b866c (patch)
tree944cf53d92ce26ac1e2442c335685cfdc946635e /pyuno
parent3e198590faa7288b8ee965c1ac5db39cc5eb7137 (diff)
INTEGRATION: CWS macosxpython (1.11.16); FILE MERGED
2006/01/07 09:15:13 pjanik 1.11.16.1: #i60099#: Shared objects for Python have .so suffix on Mac OS X as well.
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index c37502414ad7..465e5efaa98c 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:50:54 $
+# last change: $Author: obo $ $Date: 2006-01-16 15:54:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,8 @@ DIRECT = $(LINKFLAGSDEFS)
.IF "$(GUI)" == "UNX"
# python expects modules without the lib prefix
-PYUNO_MODULE=$(DLLDEST)$/pyuno$(DLLPOST)
+# pyuno.so even on Mac OS X, because it is a python module
+PYUNO_MODULE=$(DLLDEST)$/pyuno.so
PYUNORC=pyunorc
.ELSE
.INCLUDE : pyversion.mk