diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 14:02:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 14:02:09 +0200 |
commit | 8c047fedd1c3386f14a8b84a1490d07831e3a429 (patch) | |
tree | a78f97360e544fd148462f438a4ade0cab900315 | |
parent | c9c15481748f7e1092a37ea391b0b001471b37a0 (diff) |
Fix invalid file directory2.3.0.b1
-rw-r--r-- | evolution/template/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/template/Makefile.am b/evolution/template/Makefile.am index 0746050..6e05a5d 100644 --- a/evolution/template/Makefile.am +++ b/evolution/template/Makefile.am @@ -10,7 +10,7 @@ LDADD = $(top_builddir)/libcommon/common/libcommon.la AM_CPPFLAGS = -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' AM_CPPFLAGS += -I'$(builddir)' -I'$(srcdir)' -TESTS=$(top_srcdir)/evolution/tester +TESTS=$(top_builddir)/evolution/tester TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; ODB = @ODB@ |