Makevars.in: fix paths for out-of-tree builds

This commit is contained in:
q66 2014-06-10 20:14:30 +01:00
parent dd37d2bc07
commit 222544d81b
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ XGETTEXT_FALLBACK := $(XGETTEXT)
# Override xgettext with a LuaJIT aware variant (which calls
# into plain xgettext if it needs to, and handles Lua on its own)
XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_builddir)/src/bin/elua/elua \
XGETTEXT=$(XGETTEXT_FALLBACK) ./xgettext_wrapper.sh
XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_srcdir)/src/bin/elua/elua \
XGETTEXT=$(XGETTEXT_FALLBACK) $(top_srcdir)/po/xgettext_wrapper.sh
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user