From: Ruben Kerkhof Date: Sat, 4 Oct 2014 21:17:54 +0000 (+0200) Subject: Remove hardcoded -lsqlite3 with variable X-Git-Tag: rec-3.7.0-rc1~225^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1771%2Fhead;p=thirdparty%2Fpdns.git Remove hardcoded -lsqlite3 with variable --- 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)