[PATCH xorg-gtest 2/2] config: use DUMMY_CONF_PATH variable in library source
Gaetan Nadon
memsize at videotron.ca
Fri Mar 9 14:01:23 PST 2012
This will keep the value in sync with xorg-gtest.pc.in.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 772e257..a150688 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ libxorg_gtest_la_SOURCES = \
libxorg_gtest_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(GTEST_CPPFLAGS) \
- -DDUMMY_CONF_PATH="\"$(datadir)/xorg/gtest/dummy.conf\""
+ -DDUMMY_CONF_PATH=\"$(DUMMY_CONF_PATH)\"
libxorg_gtest_main_la_SOURCES = \
defines.h \
--
1.7.5.4
More information about the xorg-devel
mailing list