summaryrefslogtreecommitdiff
path: root/vapi
AgeCommit message (Collapse)AuthorFilesLines
2012-07-23build: declare dependency between vapi files (bgo #680374)Ryan Lortie1-1/+1
Unbreak 'make -j' by declaring the dependency that exists between the two generated vapi files (forcing building of the second one to wait until after the first one has been built). https://bugzilla.gnome.org/show_bug.cgi?id=680374
2012-07-02libnm-glib: specify --girdir to vapigen (bgo #678743)Craig Keogh2-0/+2
2012-06-13vala: include local copy of Makefile.vapigen instead of the global oneAlberto Ruiz1-4/+1
2012-06-12vala: add vala bindings for libnm-util and libnm-glibAlberto Ruiz6-0/+356
This patch adds the autotools facilities to generate vapi files so that libnm-util and libnm-glib can be consumed from Vala. It depends on vapigen and it is a soft dependency.