summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--padmin/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk
index 142c905dde78..482112834361 100644
--- a/padmin/source/makefile.mk
+++ b/padmin/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: kz $ $Date: 2008-03-05 16:52:49 $
+# last change: $Author: vg $ $Date: 2008-03-18 12:23:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -113,6 +113,8 @@ APP1STDLIBS= \
$(SALLIB) \
-lXext -lX11
+UNIXTEXT = $(MISC)$/spadmin.sh
+
.ENDIF
# --- Targets ------------------------------------------------------