aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-01-02 18:10:37 +0800
committerWill Estes <westes575@gmail.com>2017-02-06 11:45:09 -0500
commitdae5c22f8727c57d4118b2bb57801014e3ade997 (patch)
tree24a4a6ff70573fc840b98367ff27eb16abde3609
parentdec3a380e5f9574a90a98fded02abb2b73eded93 (diff)
downloadflex-dae5c22f8727c57d4118b2bb57801014e3ade997.tar.gz
build: respect '--localedir' from configure.
Makefile shouldn't overwrite the 'localedir' variable, because that's what '--localedir' option in 'configure' is for.
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f7d0e09..12b2327 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,4 @@
AM_YFLAGS = -d
-localedir = $(datadir)/locale
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
LIBS = @LIBS@