diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-17 16:54:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-17 16:54:56 -0500 |
commit | 929d2e85781fb8bcb942d42e666d36277ea88bf6 (patch) | |
tree | c7a371e7ae9798344d810774a9da3a1932ef8069 | |
parent | 7eb8f46d806caa924e1a78eec58d8451c64c5b6a (diff) | |
download | ayatana-indicator-application-929d2e85781fb8bcb942d42e666d36277ea88bf6.tar.gz ayatana-indicator-application-929d2e85781fb8bcb942d42e666d36277ea88bf6.tar.bz2 ayatana-indicator-application-929d2e85781fb8bcb942d42e666d36277ea88bf6.zip |
include ChangeLog in EXTRA_DIST
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9b445c..4d38ef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = \ xmldocs.make \ autogen.sh \ COPYING.LGPL.2.1 \ - COPYING.LGPL.3 + COPYING.LGPL.3 \ + ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall |