[cheese: 13/13] Use AM_VALAFLAGS rather than VALAFLAGS



commit d74aad51995707574a2b24f9b999ee301320a701
Author: David King <amigadave amigadave com>
Date:   Sat Apr 20 22:45:39 2013 +0100

    Use AM_VALAFLAGS rather than VALAFLAGS

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6be69bc..3fd1ef5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ AM_CPPFLAGS = \
        $(CHEESE_WFLAGS) \
        $(WARN_CFLAGS)
 
-VALAFLAGS = \
+AM_VALAFLAGS = \
        --target-glib=2.32 \
        --thread \
        --vapidir $(top_srcdir)/src/vapi \


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