aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-05-24 12:29:36 +0900
committerArnaud Fontaine <arnau@debian.org>2012-12-19 19:39:09 +0900
commitd182e67e31420d7eb442151a1106faa8930f0b5d (patch)
treeff7c2211fdd42b23643e3ad85f7b4e04e6d15659 /Makefile
parentb82c4e3ec155b3749e9a59c52d168460b24c636c (diff)
Makefile: add missing $(CPPFLAGS) to compiler.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd2ba1d..b64b25c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ docs:
$(MAKE) -C $(DOCDIR)
emms-print-metadata: $(SRCDIR)/emms-print-metadata.c
- $(CC) $(CFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` -ltag_c
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` -ltag_c
install:
test -d $(SITELISP) || mkdir -p $(SITELISP)