emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] * Makefile: use taglib-config to get cflags and


From: Lucas Bonnet
Subject: [Emms-patches] [COMMIT] * Makefile: use taglib-config to get cflags and lib flags
Date: Mon, 29 Mar 2010 21:35:37 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]