[PATCH xorg-gtest 02/11] examples: use abs_top_srcdir to link to the config file

Peter Hutterer peter.hutterer at who-t.net
Mon Oct 29 18:38:24 PDT 2012


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 examples/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 2cd1bd8..fd9cfb8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -42,7 +42,7 @@ libxorg_gtest_a_CPPFLAGS = \
 	$(AM_CPPFLAGS) \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir) \
-	-DDUMMY_CONF_PATH="\"$(top_srcdir)/data/xorg/gtest/dummy.conf\""
+	-DDUMMY_CONF_PATH="\"$(abs_top_srcdir)/data/xorg/gtest/dummy.conf\""
 libxorg_gtest_a_CXXFLAGS = $(GTEST_CXXFLAGS) $(AM_CXXFLAGS)
 
 # build xorg-gtest's main as separate lib for those that need it
-- 
1.7.11.7



More information about the xorg-devel mailing list