From 90e15b996955f601fee4c5759c1c8a4bc7fae4b6 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 20 Aug 2012 05:13:45 +0200 Subject: Use right pkg-config package in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b12c34..ccdaee6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LDFLAGS += $(shell pkg-config --libs taglib icu-i18n) CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native -CXXFLAGS += $(shell pkg-config --cflags taglib icu-uc) +CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n) all: readmusictags organizemusic -- cgit v1.2.3-59-g8ed1b