source: http://paste.lisp.org/display/97028
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 316749b..7351f8a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ docs:
$(MAKE) -C $(DOCDIR)
emms-print-metadata: $(SRCDIR)/emms-print-metadata.c
- $(CC) -o $(SRCDIR)/$@ $< -I/usr/include/taglib -L/usr/lib -ltag_c
+ $(CC) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` -ltag_c
install:
test -d $(SITELISP) || mkdir -p $(SITELISP)
--
debian.1.5.6.1.19.ge6b2
_______________________________________________
Emms-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-patches