summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-21 17:03:44 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-21 17:03:44 +0200
commit5628ef8cffa15591ab64f5258a7841e33e2250b5 (patch)
tree92c1ee2831245aa1f631651ac0aedd79cf652f4d /Makefile
parent0ebfa9027441cc55b79a7615e328a9ff775af11f (diff)
- Implement basic check and indexing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e0d375..cca940d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \
+CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \
`pkg-config fuse --cflags`
-LD_ADD = -lid3tag \
+LD_ADD = -L/usr/local/lib -lid3 \
`pkg-config fuse --libs`
CC = gcc