diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-19 23:57:55 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-19 23:57:55 -0400 |
commit | ab6df234e59891ce3a299ba4d035d9c5cae433c2 (patch) | |
tree | 7700e63c139dfc385828df1f4d854f27674b3ee2 /client | |
parent | 2648289c652c12f7fc831d8c3922456d4a285ae5 (diff) | |
download | dconf-ab6df234e59891ce3a299ba4d035d9c5cae433c2.tar.gz |
dist the generated .vapi
so people can install it without requiring valac
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 98dfab0..da555b6 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -33,6 +33,7 @@ libdconf_la_SOURCES = \ dconf-client.vala engine.vapi libdconf_la_VALAFLAGS = --library dconf --pkg=gio-2.0 +EXTRA_DIST = dconf.vapi dconf.vapi: libdconf.la dconf.deps: |