diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-11 16:46:23 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-11 16:46:23 -0500 |
commit | 7158acfb2b6d2fcb7f9036d2ac9cea0abfd3533a (patch) | |
tree | e560c000cec74b7ad643d2889fbb93ebfc61859d /Makefile.am | |
parent | e75075f8a6212e58c4d9fff3d47d0800eb9380ac (diff) | |
parent | d3038937c5f5621da42952a026c61e1f5f74e83a (diff) | |
download | ayatana-indicator-application-7158acfb2b6d2fcb7f9036d2ac9cea0abfd3533a.tar.gz ayatana-indicator-application-7158acfb2b6d2fcb7f9036d2ac9cea0abfd3533a.tar.bz2 ayatana-indicator-application-7158acfb2b6d2fcb7f9036d2ac9cea0abfd3533a.zip |
merged from trunk
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 |