diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-11 10:32:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-11 10:32:27 -0600 |
commit | ab6e7dd5f082fe9dca939861ba0346eea7ec1baf (patch) | |
tree | cf63f872a9e201dea177eaa441af2f1ae7c8481a /Makefile.am | |
parent | d0ff3d26c7709c09a649657f92da9b3a25578f35 (diff) | |
parent | 820519323b1b8217a9b58c4bd5375fd83eb828c0 (diff) | |
download | libayatana-appindicator-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.tar.gz libayatana-appindicator-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.tar.bz2 libayatana-appindicator-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.zip |
Adding extra files to the distribution tarball and making the documentation include the version number.
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 |