aboutsummaryrefslogtreecommitdiff
path: root/bindings/vala/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Drop Automake filesRobert Tari2021-06-091-41/+0
|
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-101-6/+7
|
* Fix dep as wellTed Gould2011-09-281-1/+1
|
* Switching out the prefix for a fixed nameTed Gould2011-09-281-1/+1
|
* Bring along custom and grab from srcdirTed Gould2011-09-281-1/+4
|
* Fix type_check_function for vala bindingsMichal Hruby2011-09-231-1/+2
|
* Always check if vapigen is available when building VAPIMarco Trevisan (Treviño)2011-02-041-2/+4
|
* Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-041-3/+6
|
* vala bindings makefile: just use deps file for dependenciesMarco Trevisan (Treviño)2011-02-031-2/+1
|
* Adding vala bindings and exampleMarco Trevisan (Treviño)2011-02-031-0/+32
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.