[folks] Use the proper AM_VALAFLAGS instead of modifying VALAFLAGS for the tests.



commit 6fd4a769390d01dc80c37682ba3404b79a193991
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Oct 19 09:26:09 2010 -0700

    Use the proper AM_VALAFLAGS instead of modifying VALAFLAGS for the tests.

 tests/telepathy/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index e614c45..e8697b2 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -23,7 +23,7 @@ LDADD = \
 
 RUN_WITH_PRIVATE_BUS = $(top_srcdir)/tests/tools/with-session-bus.sh
 
-VALAFLAGS += \
+AM_VALAFLAGS = \
 	--vapidir=$(top_builddir)/tests/lib/telepathy/contactlist/ \
 	--vapidir=$(top_builddir)/tests/lib/ \
 	--vapidir=. \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]