From 7aadac132d8512e7ee63970561f40ade80772726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Mar 2011 16:31:59 +0200 Subject: Support for shared cache and unlock notification --- odb/sqlite/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/sqlite/makefile') diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index 2d51d7d..feb62eb 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -73,6 +73,7 @@ $(out_base)/details/config.h: @echo '#ifndef ODB_SQLITE_DETAILS_CONFIG_H' >>$@ @echo '#define ODB_SQLITE_DETAILS_CONFIG_H' >>$@ @echo '' >>$@ + @echo '#define LIBODB_SQLITE_HAVE_UNLOCK_NOTIFY 1' >>$@ @echo '' >>$@ @echo '#endif /* ODB_SQLITE_DETAILS_CONFIG_H */' >>$@ -- cgit v1.1