diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-06-11 13:20:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-06-11 13:20:39 +0000 |
commit | f3c50b9abe01a873b5b31221b8bdf567170c4c67 (patch) | |
tree | 8f5786845c984456223c876bfb3cade2a4bd7124 /psprint | |
parent | b9b540614a0d5a49a47acf7282766a747bdefded (diff) |
INTEGRATION: CWS vcl78 (1.6.6); FILE MERGED
2007/05/15 11:09:12 pl 1.6.6.1: #i77363# remove libpaper dependency
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printer/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/psprint/source/printer/makefile.mk b/psprint/source/printer/makefile.mk index 6054addbfb15..e3e42e0ddf5f 100644 --- a/psprint/source/printer/makefile.mk +++ b/psprint/source/printer/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: ihi $ $Date: 2007-04-16 14:17:03 $ +# last change: $Author: obo $ $Date: 2007-06-11 14:20:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,10 +47,6 @@ TARGET=printer CDEFS += -DENABLE_CUPS .ENDIF -.IF "$(LIBPAPER_LINK)" == "YES" -CDEFS += -DLIBPAPER_LINK -.ENDIF - # --- Files -------------------------------------------------------- .IF "$(GUIBASE)"=="aqua" |