diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/container/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/container/makefile.mk b/comphelper/source/container/makefile.mk index 1ed558e0d215..91d05a368443 100644 --- a/comphelper/source/container/makefile.mk +++ b/comphelper/source/container/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kz $ $Date: 2004-10-04 21:06:41 $ +# last change: $Author: vg $ $Date: 2005-02-16 16:03:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ---------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files ------------------------------------- |