diff options
Diffstat (limited to 'data/styles/Emerge/pixmaps')
-rw-r--r-- | data/styles/Emerge/pixmaps/Makefile.am | 8 | ||||
-rw-r--r-- | data/styles/Emerge/pixmaps/Makemodule.am | 21 |
2 files changed, 21 insertions, 8 deletions
diff --git a/data/styles/Emerge/pixmaps/Makefile.am b/data/styles/Emerge/pixmaps/Makefile.am deleted file mode 100644 index 4165e1c..0000000 --- a/data/styles/Emerge/pixmaps/Makefile.am +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | styledir = $(pkgdatadir)/styles/Emerge/pixmaps | ||
2 | |||
3 | style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \ | ||
4 | stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \ | ||
5 | selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \ | ||
6 | max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm | ||
7 | |||
8 | include ../../Makefile.include | ||
diff --git a/data/styles/Emerge/pixmaps/Makemodule.am b/data/styles/Emerge/pixmaps/Makemodule.am new file mode 100644 index 0000000..42b0a4a --- /dev/null +++ b/data/styles/Emerge/pixmaps/Makemodule.am | |||
@@ -0,0 +1,21 @@ | |||
1 | emerge_pixmaps_styledir = $(pkgdatadir)/styles/Emerge/pixmaps | ||
2 | |||
3 | dist_emerge_pixmaps_style_DATA = \ | ||
4 | data/styles/Emerge/pixmaps/bullet.xpm \ | ||
5 | data/styles/Emerge/pixmaps/close-pressed.xpm \ | ||
6 | data/styles/Emerge/pixmaps/close-unfocus.xpm \ | ||
7 | data/styles/Emerge/pixmaps/close.xpm \ | ||
8 | data/styles/Emerge/pixmaps/icon-pressed.xpm \ | ||
9 | data/styles/Emerge/pixmaps/icon-unfocus.xpm \ | ||
10 | data/styles/Emerge/pixmaps/icon.xpm \ | ||
11 | data/styles/Emerge/pixmaps/max-pressed.xpm \ | ||
12 | data/styles/Emerge/pixmaps/max-unfocus.xpm \ | ||
13 | data/styles/Emerge/pixmaps/max.xpm \ | ||
14 | data/styles/Emerge/pixmaps/selected.xpm \ | ||
15 | data/styles/Emerge/pixmaps/stick-pressed.xpm \ | ||
16 | data/styles/Emerge/pixmaps/stick-unfocus.xpm \ | ||
17 | data/styles/Emerge/pixmaps/stick.xpm \ | ||
18 | data/styles/Emerge/pixmaps/stuck-pressed.xpm \ | ||
19 | data/styles/Emerge/pixmaps/stuck-unfocus.xpm \ | ||
20 | data/styles/Emerge/pixmaps/stuck.xpm \ | ||
21 | data/styles/Emerge/pixmaps/unselected.xpm | ||