From bfa1eaa0481f664d5a8f7c891d9f8559a9613d6a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 20 Oct 2011 17:12:25 -0400 Subject: [PATCH] tests: make "./tests/foo" work from the toplevel dir --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f90f88..4fb30e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ - -DSRCDIR=\""$(srcdir)"\" \ + -DSRCDIR=\""$(abs_srcdir)"\" \ -DLIBSOUP_DISABLE_DEPRECATED \ $(SOUP_MAINTAINER_FLAGS) \ $(XML_CFLAGS) \ -- 2.7.4