[libsoup] tests: make "./tests/foo" work from the toplevel dir



commit bfa1eaa0481f664d5a8f7c891d9f8559a9613d6a
Author: Dan Winship <danw gnome org>
Date:   Thu Oct 20 17:12:25 2011 -0400

    tests: make "./tests/foo" work from the toplevel dir

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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)	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]