diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 09:36:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 09:36:34 -0600 |
commit | fc732a57ad37e295233804a37419e39cefff5683 (patch) | |
tree | 757e9e911e42c083a1a813700bc639053687aee1 /data/icons/16x16/status/Makefile.am | |
parent | 9dab152713df2694ed4f447561bfbd31a51479e9 (diff) | |
parent | 4a297fec6d7fbc75035aa7d3d1eedb90bea98d15 (diff) | |
download | ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.tar.gz ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.tar.bz2 ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.zip |
Adding in user items
Diffstat (limited to 'data/icons/16x16/status/Makefile.am')
-rw-r--r-- | data/icons/16x16/status/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/icons/16x16/status/Makefile.am b/data/icons/16x16/status/Makefile.am new file mode 100644 index 0000000..c0af60e --- /dev/null +++ b/data/icons/16x16/status/Makefile.am @@ -0,0 +1,7 @@ + +iconsdir = $(INDICATORICONSDIR)/hicolor/16x16/status + +icons_DATA = \ + account-logged-in.png + +EXTRA_DIST = $(icons_DATA) |