#!/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

cd $(dirname $0)
vala-gen-introspect dee-1.0 .
vapigen --pkg gobject-2.0 --pkg glib-2.0 --pkg dbus-glib-1 --library dee-1.0 dee-1.0.gi dee-1.0-custom.vala
