diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 09:40:58 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 09:40:58 +0000 |
commit | 21a1c8889a14ad05ea0ec63c4f7bd1869c765904 (patch) | |
tree | 3d375c9733accce2f33d22617057697cdda65730 /scp2/util | |
parent | c718b2e057ca237013db069af294637b938d70cd (diff) |
INTEGRATION: CWS oooemailmerge (1.23.116); FILE MERGED
2005/09/09 13:33:58 cmc 1.23.116.1: #i51638# add python emailmerge backend
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 9b833948cfeb..d07e2295917c 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: rt $ $Date: 2005-11-11 09:55:38 $ +# last change: $Author: rt $ $Date: 2005-11-11 10:40:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,6 +86,7 @@ SCP1FILES = installation_ooo.par \ module_xsltfilter.par \ file_xsltfilter.par \ module_python.par \ + module_python_mailmerge.par \ file_python.par \ profileitem_python.par \ shortcut_python.par @@ -192,6 +193,7 @@ SCP2FILES = installation_ooo.par \ module_xsltfilter.par \ file_xsltfilter.par \ module_python.par \ + module_python_mailmerge.par \ file_python.par \ profileitem_python.par |