From: Dan Winship Date: Thu, 20 Oct 2011 21:12:25 +0000 (-0400) Subject: tests: make "./tests/foo" work from the toplevel dir X-Git-Tag: LIBSOUP_2_37_1~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfa1eaa0481f664d5a8f7c891d9f8559a9613d6a;p=platform%2Fupstream%2Flibsoup.git tests: make "./tests/foo" work from the toplevel dir --- 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) \