summaryrefslogtreecommitdiff
path: root/psprint/util/makefile.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 13:17:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 13:17:35 +0000
commit826a6aa53036e92965f8b9a118452a37fd4c550c (patch)
treebf5a1401e63318da5cafe6824e165a15e7566d55 /psprint/util/makefile.mk
parentf8ce8f526dda7a9d4eaf2c8c36770b249493e755 (diff)
INTEGRATION: CWS vcl77 (1.15.94); FILE MERGED
2007/03/29 18:06:42 pl 1.15.94.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/26 18:17:44 pl 1.15.94.1: #i75759# support system libpaper
Diffstat (limited to 'psprint/util/makefile.mk')
-rw-r--r--psprint/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk
index e18d25a3cf25..6555acbca7b9 100644
--- a/psprint/util/makefile.mk
+++ b/psprint/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 13:03:01 $
+# last change: $Author: ihi $ $Date: 2007-04-16 14:17:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -104,6 +104,10 @@ SHL1STDLIBS=$(UNOTOOLSLIB) \
SHL1STDLIBS+=$(JVMFWKLIB)
.ENDIF
+.IF "$(LIBPAPER_LINK)" == "YES"
+SHL1STDLIBS += -lpaper
+.ENDIF
+
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
.ENDIF # "$(OS)"=="WNT"