diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-06-10 08:09:07 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-06-10 08:09:07 +0000 |
commit | ec9b7c79b804019cde47ba43ea56bbb25c0243a7 (patch) | |
tree | 09d8152c38eab83648696d20e6b355c74de9b5c8 /testtools | |
parent | 4bc3213c7f031493162248e9ac8ddb5ca5ef711e (diff) |
changed SAL1VERSIONMAP to SHL1VERSIONMAP to make it export something
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index bde06433db58..88b61a2a6450 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -71,7 +71,7 @@ SHL1STDLIBS= \ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -SAL1VERSIONMAP=$(SOLARENV)$/src$/component.map +SHL1VERSIONMAP=$(SOLARENV)$/src$/component.map # ---- test object ---- @@ -88,7 +88,7 @@ SHL2STDLIBS= \ SHL2LIBS= $(LIB2TARGET) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) -SAL2VERSIONMAP=$(SOLARENV)$/src$/component.map +SHL2VERSIONMAP=$(SOLARENV)$/src$/component.map # --- Targets ------------------------------------------------------ ALL : \ |