diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-15 14:34:48 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-15 14:34:48 +0100 |
commit | d06d557c31b0c337544d5c65e0a353d7a856d0d6 (patch) | |
tree | 10185d3948ef0248971309293fd53ae65a926785 /dbaccess/util | |
parent | 85554b00e21b4704cc66c6df4936d0f03b1d2959 (diff) |
autorecovery: when saving recovery information for a DB doc, export query designers, too
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 622d6355b..1426a0178 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -72,7 +72,8 @@ SHL1STDLIBS= \ $(SFXLIB) \ $(BASICLIB) \ $(FWELIB) \ - $(SALHELPERLIB) + $(SALHELPERLIB) \ + $(XMLOFFLIB) SHL1DEPN= SHL1IMPLIB=i$(TARGET) |