summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-02 21:58:02 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-02 21:58:02 +0200
commit98c2b7bcdc59a6968d93a25e299c98f0dc7bc1bc (patch)
tree4118dfecb0e4e332a9d248a13478fb877b8f2ef8 /Makefile
parent14ae6bb78b79670a33ec9d352d8cb4e8288f582e (diff)
- Fixed handling of empty tags
(in contrast to non-existing ones)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23e9755..d2def1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \
+CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ -g \
`pkg-config fuse --cflags` `pkg-config taglib --cflags` -DDEBUGGING
LD_ADD = -L/usr/local/lib -lsqlite3 -ltag_c \