summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:48:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:48:13 +0000
commit1a989dcf32ff23640a355570a1f8477d9a3c6b3b (patch)
tree7794817ee0dbeeae902659d349bf6b1f0c8d01f1 /padmin
parent76f056f179cf07adcb5c7c2da2a6d45b5c63d7eb (diff)
INTEGRATION: CWS gh6 (1.11.44); FILE MERGED
2004/05/12 11:31:59 gh 1.11.44.1: #111796#make spadmin testable by testtool
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk
index 16e37b2f46d3..a466d0bf7536 100644
--- a/padmin/source/makefile.mk
+++ b/padmin/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2004-05-21 16:30:53 $
+# last change: $Author: rt $ $Date: 2004-06-17 11:48:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,6 +84,8 @@ RESLIB1DEPN=\
rtsetup.src \
rtsetup.hrc
+.IF "$(GUI)" == "UNX"
+
SLOFILES=\
$(SLO)$/padialog.obj \
$(SLO)$/cmddlg.obj \
@@ -147,6 +149,8 @@ APP2STDLIBS= \
$(SALLIB) \
-lXext -lX11
+.ENDIF
+
all: $(BIN)$/so ALLTAR
# --- Targets ------------------------------------------------------