summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 11:40:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 11:40:11 +0000
commit2ac9d684bcf35308af506408dfddbeb13fe439b0 (patch)
tree232bb0530434ebabc393aa751268fdb3a1f11a83 /crashrep
parentf697e7be0b1ec98684d0b2d0ab1606dc1b7646a3 (diff)
INTEGRATION: CWS sb83 (1.16.126); FILE MERGED
2008/02/14 13:02:32 sb 1.16.126.1: #i84200# for now, move crash reporter to brand layer
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/unx/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index 9bb0603c194e..c67c51125966 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:42:39 $
+# last change: $Author: vg $ $Date: 2008-03-18 12:40:11 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -69,6 +69,7 @@ OBJFILES=\
APP1NOSAL=TRUE
APP1TARGET=$(TARGET)
APP1OBJS=$(OBJFILES)
+APP1RPATH=BRAND
APP1STDLIBS=$(DYNAMIC) -lXext -lX11
.IF "$(OS)" != "FREEBSD"