diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:11:24 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:11:24 +0100 |
commit | 11cb64daf79ff2a25b90c31c19c6f99263c42c5e (patch) | |
tree | 9ade5b03c57b1b082930c6886793fbc5c6a0b5d7 /data/icons | |
parent | 3c10c3e223d7ace651b3c72ae6cacfbe3a0eaaa5 (diff) | |
download | ayatana-indicator-sound-11cb64daf79ff2a25b90c31c19c6f99263c42c5e.tar.gz ayatana-indicator-sound-11cb64daf79ff2a25b90c31c19c6f99263c42c5e.tar.bz2 ayatana-indicator-sound-11cb64daf79ff2a25b90c31c19c6f99263c42c5e.zip |
autotools fix
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 8b476c3..b671b5c 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = scalable +SUBDIRS = scalable 16x16 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor |