summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-10-29 10:08:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-11-07 13:14:08 +1000
commit841e689e64dadca5cc46755d43eff141779fd938 (patch)
treea82a081347e33a62718a6337d645c5bc846ab750
parent1cbef8206585a7120da138dddd8f51ecedf16eb4 (diff)
examples: use abs_top_srcdir to link to the config file
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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