summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-06-06 15:58:44 +0200
committerJürg Billeter <j@bitron.ch>2009-06-06 17:19:57 +0200
commit14cb3893cf381f6b9136eccccdba86bc42786a56 (patch)
tree6e8b4966f7b97464d5c5ac8c004ac87b9aa74877 /vala/Makefile.am
parent6ee07f8761581d6933a9763c364e9866099cc875 (diff)
downloadvala-14cb3893cf381f6b9136eccccdba86bc42786a56.tar.gz
Convert while loops into simple loops
Simplifies and fixes bugs in semantic and flow analysis and code generation. Based on patch by Levi Bard, fixes bug 570091.
Diffstat (limited to 'vala/Makefile.am')
-rw-r--r--vala/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am
index ea92234d3..0b1044e24 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -89,6 +89,7 @@ libvalacore_la_VALASOURCES = \
valalocalvariable.vala \
valalockable.vala \
valalockstatement.vala \
+ valaloop.vala \
valamember.vala \
valamemberaccess.vala \
valamemberinitializer.vala \