Commit c5fc7829 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* minor fix to access gettext in extras/contrib properly

parent 12f88f37
......@@ -34,9 +34,9 @@ MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = @MSGMERGE@
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter
MSGINIT = @MSGINIT@
MSGCONV = @MSGCONV@
MSGFILTER = @MSGFILTER@
POFILES = @POFILES@
GMOFILES = @GMOFILES@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment