diff options
Diffstat (limited to 'data/styles/Emerge/pixmaps/Makefile.am')
-rw-r--r-- | data/styles/Emerge/pixmaps/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/styles/Emerge/pixmaps/Makefile.am b/data/styles/Emerge/pixmaps/Makefile.am new file mode 100644 index 0000000..ec35302 --- /dev/null +++ b/data/styles/Emerge/pixmaps/Makefile.am | |||
@@ -0,0 +1,8 @@ | |||
1 | SUBDIRS=pixmaps | ||
2 | styledir = $(pkgdatadir)/styles/Emerge/pixmaps | ||
3 | |||
4 | style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \ | ||
5 | stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \ | ||
6 | selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \ | ||
7 | max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm | ||
8 | EXTRA_DIST=$(style_DATA) | ||