summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/deployment/registry/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/makefile.mk b/desktop/source/deployment/registry/makefile.mk
index 610dfb1c91..4ada017504 100644
--- a/desktop/source/deployment/registry/makefile.mk
+++ b/desktop/source/deployment/registry/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-04-13 12:08:21 $
+# last change: $Author: kz $ $Date: 2004-06-11 12:12:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,10 +68,14 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE : settings.mk
+SRS1NAME = $(TARGET)
+SRC1FILES = \
+ dp_registry.src
+
INCPRE += inc
SLOFILES = \
- $(SLO)$/dp_backend.obj \
+ $(SLO)$/dp_backend.obj \
$(SLO)$/dp_registry.obj
.INCLUDE : ..$/target.pmk