From 5fde06d3ecad3eb20a7d704745e5402c801f7eea Mon Sep 17 00:00:00 2001 From: mnag Date: Sat, 5 Apr 2008 14:54:59 +0000 Subject: - Remove sqlite3-threads and add sqlite34 --- databases/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/Makefile b/databases/Makefile index 0b94de8937a9..8cf62a3b4493 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -536,7 +536,7 @@ SUBDIR += sqlclient SUBDIR += sqlite2 SUBDIR += sqlite3 - SUBDIR += sqlite3-threads + SUBDIR += sqlite34 SUBDIR += sqlitemanager SUBDIR += sqlrelay SUBDIR += sqsh -- cgit