aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-08-20 05:13:45 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-08-20 05:13:45 +0200
commit90e15b996955f601fee4c5759c1c8a4bc7fae4b6 (patch)
tree9e0f15d06728478ee8896331fcffd5a86193a0de
parentMore space. (diff)
downloadmusic-file-organizer-90e15b996955f601fee4c5759c1c8a4bc7fae4b6.tar.xz
music-file-organizer-90e15b996955f601fee4c5759c1c8a4bc7fae4b6.zip
Use right pkg-config package in makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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