summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-25 14:09:23 +0200
committerlulf@carrot.studby.ntnu.no <lulf@carrot.studby.ntnu.no>2008-04-25 14:09:23 +0200
commitb72c4650d1bc4dde150ee9ff4f0457394b7bf4a3 (patch)
tree9740c53d7548af92ec87578d09d55cf6c08d509b /Makefile
parent0e11f57efb4ccb0460db3f045b21fc9729b6b656 (diff)
parent0463d0da9b7f118a6c2abe5065140913a50a6e76 (diff)
- Merge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cca940d..f906f21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -I/usr/local/include/ -Iinclude/ \
- `pkg-config fuse --cflags`
+ `pkg-config fuse --cflags` -DDEBUGGING
LD_ADD = -L/usr/local/lib -lid3 \
`pkg-config fuse --libs`