From 90b567c68c09d757e2008d1e4fce0096a3b27a87 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 4 Oct 2014 23:17:54 +0200 Subject: [PATCH] Remove hardcoded -lsqlite3 with variable --- modules/gsqlite3backend/OBJECTLIBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gsqlite3backend/OBJECTLIBS b/modules/gsqlite3backend/OBJECTLIBS index a2da2b16b3..c18055a6a2 100644 --- a/modules/gsqlite3backend/OBJECTLIBS +++ b/modules/gsqlite3backend/OBJECTLIBS @@ -1 +1 @@ --lsqlite3 +$(SQLITE3_LIBS) -- 2.47.2