summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-03-06 17:15:58 -0800
committerChase Douglas <chase.douglas@canonical.com>2012-03-06 17:17:50 -0800
commitbf4a7db2485ab2d28a6bb6333df7d431a928cc95 (patch)
tree021ac1e1394d7ad822728290986a9a144c8f3350
parentb36f5493258e8fb896ed4a710b03c7428a2cf21b (diff)
Fix dummy.conf location definition
Now that the xorg-gtest data build has been separated from the src build, the location definition is broken and results in xorg-gtest looking for /dummy.conf instead of ${datadir}/xorg/gtest/dummy.conf. This change fixes the location Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index acea1ff..204c7ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,7 @@ libxorg_gtest_la_SOURCES = \
libxorg_gtest_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(GTEST_CPPFLAGS) \
- -DDUMMY_CONF_PATH="\"$(library_datadir)/dummy.conf\""
+ -DDUMMY_CONF_PATH="\"$(datadir)/xorg/gtest/dummy.conf\""
libxorg_gtest_main_la_SOURCES = \
defines.h \