diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-03-30 17:06:45 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-03-30 17:07:47 +0200 |
commit | 9e4438ca0ed00b4232313e560e8d9558c27a739f (patch) | |
tree | 8a27483bd3139b08fa06e74dad8a61894bcbd09a /data/Makefile.am | |
parent | 0f41969fc19230b5bf89ba3a3ddfe96d6dca4623 (diff) |
build: install spice-protocol.vapi
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 56c70b7..d6764f2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -25,4 +25,7 @@ DISTCLEANFILES = \ $(desktop_DATA) \ $(NULL) +vapidir = $(VAPIDIR) +vapi_DATA = spice-protocol.vapi + -include $(top_srcdir)/git.mk |