From bd55a14447d53fef7e50797ed830b2d12f8ad334 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sun, 3 Aug 2008 18:10:38 +0200 Subject: - Initial implementation of sqlite3 as backend for music. - Add current database schema. - Remove old query support, since this is replaced by sqlite now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45b54d8..0681845 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \ `pkg-config fuse --cflags` `pkg-config taglib --cflags` -DDEBUGGING -LD_ADD = -L/usr/local/lib -ltag_c \ +LD_ADD = -L/usr/local/lib -lsqlite3 -ltag_c \ `pkg-config fuse --libs` CC = gcc -- cgit v1.2.3