aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-10-14 18:34:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-10-14 18:34:25 +0200
commit393e9f2294a125cb0823ec59863044f8fb39e3a3 (patch)
tree90adbb2e3e2b9675748488db0658452ab5d82c4a
parentAdd install target to make file. (diff)
downloadmusic-file-organizer-393e9f2294a125cb0823ec59863044f8fb39e3a3.tar.xz
music-file-organizer-393e9f2294a125cb0823ec59863044f8fb39e3a3.zip
Flip around ldflag ordering.1.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 947cdac..88c2a20 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PREFIX ?= /usr
DESTDIR ?=
BINDIR ?= $(PREFIX)/bin
-LDFLAGS += $(shell pkg-config --libs taglib icu-i18n)
+LDFLAGS := $(shell pkg-config --libs taglib icu-i18n) $(LDFLAGS)
CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native
CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n)