summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \