summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-05-11vala: Fix srcdir != builddirColin Walters1-0/+1
We need to look for the .metadata file in the source directory, otherwise we silently generate a binding with a namespace of "Tp", not "TelepathyGLib". Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49802 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-07-28Cut unnecessary sed hacks for Vala bindings.Travis Reitter1-8/+0
Fixes fdo#31387.
2010-08-17remove telepathy-vala.pc (fdo #29070)Guillaume Desmottes1-1/+0
2010-08-13Fix out-of-tree builds of the Vala bindingsSimon McVittie1-1/+1
The .gir file is produced in the builddir, not the srcdir, if these differ.
2010-07-28fd.o #29268: include telepathy-glib.deps in the tarballSimon McVittie1-1/+3
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
2010-07-16Install telepathy-glib.vapi to a more conventional location and update ↵Travis Reitter1-1/+1
telepathy-vala.pc to reflect that.
2010-07-14Add and install a deps file for the Vala bindingsPhilip Withnall1-1/+4
2010-07-14Remove unused lines from the Vala MakefilePhilip Withnall1-8/+0
2010-06-30Correct the capitalization of the C prefix for telepathy-glib.Travis Reitter1-3/+6
2010-06-30Adjust the telepathy-glib.vapi file to point to the proper headerTravis Reitter1-0/+5
2010-06-22vala: don't try to distribute generated filesSimon McVittie1-4/+0
This effectively makes distcheck fail whenever Vala is unavailable or disabled, which isn't what we want.
2010-06-17Update the build system to build the Vala bindings (when enabled).Travis Reitter1-0/+37