summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlberto Ruiz <alberto.ruiz@canonical.com>2012-06-12 20:57:00 +0100
committerDan Williams <dcbw@redhat.com>2012-06-12 16:31:20 -0500
commitb1e1ee79bd683cb6005878045ec3638a34524c86 (patch)
treed42405d43fbccf0a5ddad7d2a7c995678bfc2f3a /Makefile.am
parent4366fd2f849f1ad7232b4f961f20d5274bad960b (diff)
vala: add vala bindings for libnm-util and libnm-glib
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bcd403bd9c..9515dc80d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,8 @@ SUBDIRS = \
po \
man \
docs \
- examples
+ examples \
+ vapi
EXTRA_DIST = \
CONTRIBUTING \