diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index db8b53b..85a1be4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ do_subst = sed \ -e "s|[@]profiles[@]|$(profiles)|g" \ -e "s|[@]textdomain[@]|$(textdomain)|g" -AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) +AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) all-local: $(locale_MESSAGES) touch .builddirstamp |