diff options
author | Ted Gould <ted@gould.cx> | 2010-02-11 21:35:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-11 21:35:31 -0600 |
commit | 37d67b056a9af5cc7778c69ec88d7b9021d30c98 (patch) | |
tree | bcfc24e02f4741170265a8ad6fa2356ac9eb30b1 | |
parent | aadd042f2d02a201588cc2eee7ba79d82bf58e51 (diff) | |
parent | 96169affdaf1724963af6215c5a2299bfd24cafc (diff) | |
download | ayatana-indicator-sound-37d67b056a9af5cc7778c69ec88d7b9021d30c98.tar.gz ayatana-indicator-sound-37d67b056a9af5cc7778c69ec88d7b9021d30c98.tar.bz2 ayatana-indicator-sound-37d67b056a9af5cc7778c69ec88d7b9021d30c98.zip |
Build system fixes from Ken
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 1 |
2 files changed, 2 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 @@ -9,3 +9,4 @@ which gnome-autogen.sh || { USE_GNOME2_MACROS=1 \ . gnome-autogen.sh + |