summaryrefslogtreecommitdiff
path: root/configmgr/source/makefile.mk
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-10 13:09:38 +0200
committersb <sb@openoffice.org>2010-09-10 13:09:38 +0200
commit7a54dffcfbdb0d2e004ad070c35f511cee6642b5 (patch)
treea5a7a2b07f946c0794c0fb33dcdfe9b11b3ef776 /configmgr/source/makefile.mk
parentb12644eb20d8153243943d22e5923e06afebd637 (diff)
sb129: #i113189# move XmlReader from configmgr to URE
Diffstat (limited to 'configmgr/source/makefile.mk')
-rw-r--r--configmgr/source/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/configmgr/source/makefile.mk b/configmgr/source/makefile.mk
index 777fed3323d8..37235a726ce4 100644
--- a/configmgr/source/makefile.mk
+++ b/configmgr/source/makefile.mk
@@ -52,7 +52,6 @@ SLOFILES = \
$(SLO)/modifications.obj \
$(SLO)/node.obj \
$(SLO)/nodemap.obj \
- $(SLO)/pad.obj \
$(SLO)/parsemanager.obj \
$(SLO)/partial.obj \
$(SLO)/propertynode.obj \
@@ -66,8 +65,7 @@ SLOFILES = \
$(SLO)/xcdparser.obj \
$(SLO)/xcsparser.obj \
$(SLO)/xcuparser.obj \
- $(SLO)/xmldata.obj \
- $(SLO)/xmlreader.obj
+ $(SLO)/xmldata.obj
SHL1IMPLIB = i$(SHL1TARGET)
SHL1OBJS = $(SLOFILES)
@@ -76,7 +74,8 @@ SHL1STDLIBS = \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALHELPERLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(XMLREADERLIB)
SHL1TARGET = configmgr.uno
SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)