Do not assign to VALAFLAGS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Mar 2013 13:12:02 +0000 (13:12 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Mar 2013 14:35:58 +0000 (14:35 +0000)
commit225f7042476504cedc1b35a7d2c91d7876841ec3
treed824b03641249eaea2c87186c3d029631569b53f
parentc8155b0232b9e084bc8f5c76239a3192eabb6ae6
Do not assign to VALAFLAGS

Users should be able to do "make VALAFLAGS=--enable-experimental-non-null"
without overriding necessary flags like --target-glib=2.24. The variable
for use by package maintainers is AM_VALAFLAGS.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=695628
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
12 files changed:
backends/eds/Makefile.am
backends/libsocialweb/Makefile.am
backends/telepathy/Makefile.am
backends/tracker/Makefile.am
configure.ac
tests/lib/Makefile.am
tests/lib/eds/Makefile.am
tests/lib/key-file/Makefile.am
tests/lib/libsocialweb/Makefile.am
tests/lib/tracker/Makefile.am
tools/Makefile.am
tools/inspect/Makefile.am