diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 13:19:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 13:19:08 -0600 |
commit | 2f8daaccfa12fa4d569dc370803ba88dbd3c1920 (patch) | |
tree | b616a94c1342a218a6128c337e4b39b99779dc0a /configure.ac | |
parent | 0faacd13e0e23b202969127e9034605b4fcf90c4 (diff) | |
parent | e69e29266aaa82c5af8745301a8c6cd78ffd2e35 (diff) | |
download | libayatana-appindicator-2f8daaccfa12fa4d569dc370803ba88dbd3c1920.tar.gz libayatana-appindicator-2f8daaccfa12fa4d569dc370803ba88dbd3c1920.tar.bz2 libayatana-appindicator-2f8daaccfa12fa4d569dc370803ba88dbd3c1920.zip |
Fixing Vala bindings
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6f78786..758914b 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,14 @@ AM_CONDITIONAL(INTROSPECTION_TEN, [test "x$introspection_ten" = "xyes"]) ########################### AC_PATH_PROG([VALA_API_GEN], [vapigen]) +AM_CONDITIONAL(HAVE_VAPIGEN, [test "x$VALA_API_GEN" != "x"]) + +########################### +# Vala Compiler support +########################### + +AM_PROG_VALAC([0.11.0]) +AM_CONDITIONAL(HAVE_VALAC, [test "x$VALAC" != "x"]) ########################### # Check for Mono support @@ -205,6 +213,8 @@ bindings/mono/appindicator-sharp-0.1.pc bindings/mono/examples/Makefile bindings/mono/examples/indicator-example bindings/python/Makefile +bindings/vala/Makefile +bindings/vala/examples/Makefile tests/Makefile example/Makefile docs/Makefile |