summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolkit/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk
index e72ddfb7d335..d4d3ae46256b 100644
--- a/toolkit/util/makefile.mk
+++ b/toolkit/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: mt $ $Date: 2001-11-29 17:14:23 $
+# last change: $Author: tbe $ $Date: 2002-03-18 18:04:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -112,6 +112,10 @@ SHL1STDLIBS +=\
-lX11
.ENDIF
+RES1FILELIST=$(SRS)$/awt.srs
+RESLIB1NAME=$(TARGET)
+RESLIB1SRSFILES=$(RES1FILELIST)
+
.INCLUDE : target.mk
# --- Targets ------------------------------------------------------------