diff options
-rw-r--r-- | pyuno/source/loader/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk index eb2fa42812d6..1362fd24d976 100644 --- a/pyuno/source/loader/makefile.mk +++ b/pyuno/source/loader/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-05-25 11:02:06 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:57:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -87,13 +87,14 @@ SLOFILES= $(SLO)$/pyuno_loader.obj # proxyfac \ # pythonloader.uno \ + COMPONENTS= \ typeconverter.uno \ invocation.uno \ - reflection.uno \ introspection.uno \ invocadapt.uno \ proxyfac.uno \ + reflection.uno \ pythonloader.uno # --- Targets ------------------------------------------------------ |