summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-20 15:14:43 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-20 15:14:43 +0200
commit5e3271e962b13138fe3273f743a65d58c0c8356a (patch)
tree399844067f3f8aa7d2b2a149f94cd10500b17020 /Makefile
parent44b39b3039b1e65dae3238943e52ae185413881e (diff)
- Include option parsing in main file.
- Put initialization routine in vnops.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e51a7b..8e0d375 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \
`pkg-config fuse --cflags`
-LD_ADD = -lid3 \
+LD_ADD = -lid3tag \
`pkg-config fuse --libs`
CC = gcc