summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/makefile.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-17 15:15:37 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-17 15:15:37 +0000
commit605eb53eef156fcf08843f6aa1b8e1c94cee85b9 (patch)
treece5e7b61c927b275a6391c36aa15799079622bea /svx/source/sdr/overlay/makefile.mk
parent65ae0294588619916f504b3d692c7580cf3628b2 (diff)
#i10000# missing include
Diffstat (limited to 'svx/source/sdr/overlay/makefile.mk')
-rw-r--r--svx/source/sdr/overlay/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/makefile.mk b/svx/source/sdr/overlay/makefile.mk
index b5e62061dd73..15688907c153 100644
--- a/svx/source/sdr/overlay/makefile.mk
+++ b/svx/source/sdr/overlay/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: ihi $ $Date: 2006-11-14 13:32:36 $
+# last change: $Author: ihi $ $Date: 2006-11-17 16:15:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,6 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------