summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files 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`