diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-28 22:34:45 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-28 22:34:45 +0100 |
commit | 630c4139a8be53e0ae6f214a8318765fb25cba44 (patch) | |
tree | d50d8e3af9e61328f2d09779edf8cdadc2e661f7 /dbaccess/util | |
parent | 67f02ec2e2aea15b32883ee479457fcc1fdfc806 (diff) |
autorecovery: creating dedicated core/recovery folder, taking current and future implementations regarding document recovery
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index 7b6909992c53..622d6355b65d 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -50,6 +50,7 @@ LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1FILES=\ $(SLB)$/api.lib \ $(SLB)$/dataaccess.lib \ + $(SLB)$/recovery.lib \ $(SLB)$/misc.lib \ $(SLB)$/core_resource.lib |