#!/bin/sh

# Just issues the commands to create the vapi file
# Would be nice to get autotools to make this at some point, but it sort
# of requires the package to be installed (and called from pkg-config) first
# so its a little messy

vala-gen-introspect launcher-0.3 .
vapigen --pkg gobject-2.0 --pkg glib-2.0 --pkg libwnck-1.0 --library launcher-0.3 launcher-0.3.gi
