~ubuntu-desktop/libappindicator/ubuntu

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Marco Trevisan (Treviño)
  • Date: 2011-02-03 15:22:06 UTC
  • mto: (4.125.9 trunk)
  • mto: This revision was merged to the branch mainline in revision 254.
  • Revision ID: mail@3v1n0.net-20110203152206-18o3tr2x5lr02933
Adding vala bindings and example

Adding proper support for vala bindings, fixing the include path
Now they are built in the bindings subfolder and they
include a *.deps file.
and I've also added a small example.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
AC_PATH_PROG([VALA_API_GEN], [vapigen])
97
97
 
98
98
###########################
 
99
# Vala Compiler support
 
100
###########################
 
101
 
 
102
AM_PROG_VALAC([0.11.0])
 
103
AM_CONDITIONAL(HAVE_VALAC, [test "x$VALAC" != "x"])
 
104
 
 
105
###########################
99
106
# Check for Mono support
100
107
###########################
101
108
 
205
212
bindings/mono/examples/Makefile
206
213
bindings/mono/examples/indicator-example
207
214
bindings/python/Makefile
 
215
bindings/vala/Makefile
 
216
bindings/vala/examples/Makefile
208
217
tests/Makefile
209
218
example/Makefile
210
219
docs/Makefile