From 6601ba8ef710b8ed260773e18a3baa940a7adc3a Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 1 Mar 2017 17:06:42 -0500 Subject: Move to a new emms-print-metadata. The new emms-print-metadata is written in C++ and brings on board new features from TagLib. Patch by Petteri Hintsanen . --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b896dd..4e4584c 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,8 @@ lisp: docs: $(MAKE) -C $(DOCDIR) -emms-print-metadata: $(SRCDIR)/emms-print-metadata.c - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` -ltag_c +emms-print-metadata: $(SRCDIR)/emms-print-metadata.cpp + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` install: test -d $(SITELISP) || mkdir -p $(SITELISP) -- cgit v1.2.3