diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:35:13 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 15:35:13 +0100 |
commit | d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93 (patch) | |
tree | 290d9114b074f4d34686521faf3a2e4ea4749a38 /data/Makefile.am | |
parent | af31c744cee14a2fadac8f72111f1b422de9f7a7 (diff) | |
download | ayatana-indicator-sound-d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93.tar.gz ayatana-indicator-sound-d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93.tar.bz2 ayatana-indicator-sound-d14c4fa661af70a2d3eda9ceeb1c1c0fa5a28a93.zip |
added scalable sound-icon svg to the assets
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 9fa0c9b..aaa6ca4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = icons + dbus_servicesdir = $(DBUSSERVICEDIR) service_in_files = indicator-sound.service.in dbus_services_DATA = $(service_in_files:.service.in=.service) |