diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:24:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:24:50 +0100 |
commit | 0568dd3b8c0510269699d4f9f256b878137008d3 (patch) | |
tree | c8055b8dd481d4b018e92e5847b8888b4fa57f98 /configure.ac | |
parent | 410f37142bb9bc5f306b58292dcb8b975f52c9aa (diff) | |
parent | 11cb64daf79ff2a25b90c31c19c6f99263c42c5e (diff) | |
download | ayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.tar.gz ayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.tar.bz2 ayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.zip |
merge the non-mono fix branch
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a00cdd2..f30218d 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,11 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/16x16/status/Makefile +data/icons/scalable/Makefile +data/icons/scalable/status/Makefile tests/Makefile po/Makefile.in ]) |