diff options
author | Ted Gould <ted@gould.cx> | 2009-12-11 10:38:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-11 10:38:53 -0600 |
commit | c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa (patch) | |
tree | dc974c470f69f800fcc562b3ef97a4f644f74100 /Makefile.am | |
parent | c52a9148787ba353658735ccd0bb6efbb34a0dc6 (diff) | |
parent | d3038937c5f5621da42952a026c61e1f5f74e83a (diff) | |
download | libayatana-appindicator-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.tar.gz libayatana-appindicator-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.tar.bz2 libayatana-appindicator-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.zip |
* Upstream release 0.0.4
* Adding files to the tarball
* Putting version number in docs
* Removing cruft in docs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d63fda6..d05078e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,10 @@ SUBDIRS = data \ EXTRA_DIST = \ gtk-doc.make \ omf.make \ - xmldocs.make + xmldocs.make \ + autogen.sh \ + COPYING.LGPL.2.1 \ + COPYING.LGPL.3 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall |