diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
