summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-03 18:10:38 +0200
committerUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-03 18:10:38 +0200
commitbd55a14447d53fef7e50797ed830b2d12f8ad334 (patch)
tree32d61303b78c69fc7b2b6ca03e307674eefa9026 /Makefile
parentacbf5536ee7b226c9126428bfe67ae5a34509e6f (diff)
- Initial implementation of sqlite3 as backend for music.
- Add current database schema. - Remove old query support, since this is replaced by sqlite now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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