From 75fda988319fcf94a3e5fc8781be0960b0656ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sun, 7 Sep 2008 18:12:09 +0200 Subject: - Added pthread and SQLITE_THREADED to Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d2def1f..99c6e3a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ -g \ - `pkg-config fuse --cflags` `pkg-config taglib --cflags` -DDEBUGGING +CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \ + -lpthread -g `pkg-config fuse --cflags` `pkg-config taglib \ + --cflags` -DDEBUGGING -DSQLITE_THREADED LD_ADD = -L/usr/local/lib -lsqlite3 -ltag_c \ `pkg-config fuse --libs` -- cgit v1.2.3