diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-19 11:10:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-19 11:10:41 +0000 |
commit | b118210f6adab17f1db74c4d36461f8dbd114e74 (patch) | |
tree | 1baa8abe7843b228318469aa38756ea9e1cdaf56 /tools | |
parent | 6f85f57e3fa28b7c24e3a38e234cf8bd25262665 (diff) |
#i10000# restore lost changes from sb83
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/misc/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/source/misc/makefile.mk b/tools/source/misc/makefile.mk index b0c81867b6a0..efc549289be3 100644 --- a/tools/source/misc/makefile.mk +++ b/tools/source/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obo $ $Date: 2008-01-07 09:48:31 $ +# last change: $Author: vg $ $Date: 2008-03-19 12:10:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,8 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk .INCLUDE: $(PRJ)$/util$/makefile.pmk -SLOFILES = $(SLO)$/extendapplicationenvironment.obj +SLOFILES = \ + $(SLO)$/appendunixshellword.obj \ + $(SLO)$/extendapplicationenvironment.obj .INCLUDE: target.mk |