diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
commit | 614e30aa1dac3cd9fff093cea51055c924c7fb7c (patch) | |
tree | 89309ff5df9abb5b8f1dc8225590737301fe69e0 /Makefile.am | |
parent | d3216b922736af362c23c7b4e52da130907c9c3a (diff) | |
parent | 0f7ba97faf10422fd32628636c81563b04d8a6fc (diff) | |
download | libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.gz libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.bz2 libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.zip |
* New upstream release.
* Build GIR and VAPI files
* Fixes to documentation and enum construction
* Fix distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4d38ef8..ba772b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = data \ docs EXTRA_DIST = \ + m4/introspection.m4 \ gtk-doc.make \ omf.make \ xmldocs.make \ @@ -14,7 +15,7 @@ EXTRA_DIST = \ COPYING.LGPL.3 \ ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |