diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 15:47:53 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 15:47:53 -0500 |
commit | 0098eace0a58f33de458fd7f47b76499a8d450b6 (patch) | |
tree | d5a1f4fbea5f4d709aaaf7e77949961a5f639a26 /Makefile.am | |
parent | aadd042f2d02a201588cc2eee7ba79d82bf58e51 (diff) | |
download | ayatana-indicator-sound-0098eace0a58f33de458fd7f47b76499a8d450b6.tar.gz ayatana-indicator-sound-0098eace0a58f33de458fd7f47b76499a8d450b6.tar.bz2 ayatana-indicator-sound-0098eace0a58f33de458fd7f47b76499a8d450b6.zip |
fixed up EXTRA_DIST, added autogen.sh and removed COPYING.LGPL
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0015bc2..141bb71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = \ data \ po -EXTRA_DIST = COPYING.LGPL +EXTRA_DIST = autogen.sh DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |