diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:56:12 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:56:12 +0100 |
commit | 198a4eed0247f8795a93aee73af73a55d2ab2d4a (patch) | |
tree | 94bbaf2424f7226b587472d11cca734430c77e8e /configure.ac | |
parent | d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93 (diff) | |
download | ayatana-indicator-sound-198a4eed0247f8795a93aee73af73a55d2ab2d4a.tar.gz ayatana-indicator-sound-198a4eed0247f8795a93aee73af73a55d2ab2d4a.tar.bz2 ayatana-indicator-sound-198a4eed0247f8795a93aee73af73a55d2ab2d4a.zip |
fixed autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a00cdd2..c6490d8 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,9 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +data/icons/Makefile +data/icons/scalable/Makefile +data/icons/scalable/status/Makefile tests/Makefile po/Makefile.in ]) |