diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c20240..36877ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,6 +62,8 @@ do_subst = sed \ -e "s|[@]profiles[@]|$(profiles)|g" \ -e "s|[@]textdomain[@]|$(textdomain)|g" +AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) + all-local: $(locale_MESSAGES) touch .builddirstamp |