summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-04-25 15:05:45 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-04-25 15:05:45 +0200
commita43ff6faf155b95ba17eb9bd192e99f52cb25820 (patch)
tree4566fc51f15ca48d67fd7089fa1e3329814387a3 /Makefile
parent0463d0da9b7f118a6c2abe5065140913a50a6e76 (diff)
- Switched from id3lib to TagLib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f906f21..45b54d8 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` -DDEBUGGING
+ `pkg-config fuse --cflags` `pkg-config taglib --cflags` -DDEBUGGING
-LD_ADD = -L/usr/local/lib -lid3 \
+LD_ADD = -L/usr/local/lib -ltag_c \
`pkg-config fuse --libs`
CC = gcc