From ddf7b5be1d2dae5c01c8ddf389e06da83a3a54d3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 16 Aug 2014 08:15:50 -0400 Subject: Makefile.am: Set srcdir in AM_TESTS_ENVIRONMENT --- 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 -- cgit v0.9.1