diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-20 18:06:06 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-20 18:06:06 -0500 |
commit | 452ac8d007d55ef282546c0ee3871bf50dd49917 (patch) | |
tree | 32504557dd1e8558f50b2e4fce49b549aac446f3 /data/icons/24x24 | |
parent | 6def7fceae5ea55e6d44ede05146f6a95add317c (diff) | |
download | ayatana-indicator-session-452ac8d007d55ef282546c0ee3871bf50dd49917.tar.gz ayatana-indicator-session-452ac8d007d55ef282546c0ee3871bf50dd49917.tar.bz2 ayatana-indicator-session-452ac8d007d55ef282546c0ee3871bf50dd49917.zip |
add cmake rules to install the icon files
Diffstat (limited to 'data/icons/24x24')
-rw-r--r-- | data/icons/24x24/Makefile.am | 1 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 9 | ||||
-rw-r--r-- | data/icons/24x24/status/Makefile.am | 7 |
3 files changed, 0 insertions, 17 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am deleted file mode 100644 index c163076..0000000 --- a/data/icons/24x24/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = actions status diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am deleted file mode 100644 index 55c63d1..0000000 --- a/data/icons/24x24/actions/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -iconsdir = $(INDICATORICONSDIR)/hicolor/24x24/actions - -icons_DATA = \ - system-shutdown.png \ - system-restart.png \ - system-log-out.png - -EXTRA_DIST = $(icons_DATA) diff --git a/data/icons/24x24/status/Makefile.am b/data/icons/24x24/status/Makefile.am deleted file mode 100644 index 4fa065a..0000000 --- a/data/icons/24x24/status/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ - -iconsdir = $(INDICATORICONSDIR)/hicolor/24x24/status - -icons_DATA = \ - account-logged-in.png - -EXTRA_DIST = $(icons_DATA) |