diff options
author | Ted Gould <ted@canonical.com> | 2009-02-17 09:59:27 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-17 09:59:27 -0600 |
commit | af72d1563e4c3c3e2d66ae4e6adf8af8fce40633 (patch) | |
tree | 1bebb2a407689ab398249ce53e95622ed32122c3 /Makefile.am | |
parent | 3cea98de0ccc5c55c2b6c9beec1d402ceb294e8a (diff) | |
parent | 177afddaf84ce402add77c9c9b70a980d5268ed8 (diff) | |
download | libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.tar.gz libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.tar.bz2 libayatana-indicator-af72d1563e4c3c3e2d66ae4e6adf8af8fce40633.zip |
Mostly build related changes coming from the upstream branch.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aa9b4d6..45a2bdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,3 +6,13 @@ SUBDIRS = \ data \ po \ docs + +EXTRA_DIST = \ + COPYING.LIB.LGPL.2.1 \ + COPYING.LIB.LGPL.3 \ + gtk-doc.make \ + omf.make \ + xmldocs.make + +DISTCLEANFILES = \ + indicator-applet-*.tar.gz |