diff options
author | fluxgen <fluxgen> | 2004-01-03 02:24:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-03 02:24:01 (GMT) |
commit | 49aa1c366002c8c4e73bacd10d7dedd7c3125380 (patch) | |
tree | 49bce03411d86d8cb3ce980077ee41c432248101 /data/styles/Emerge/pixmaps/Makefile.am | |
parent | 9f20e819f9510eb546c62f7fd0581377a6f0cff3 (diff) | |
download | fluxbox-49aa1c366002c8c4e73bacd10d7dedd7c3125380.zip fluxbox-49aa1c366002c8c4e73bacd10d7dedd7c3125380.tar.bz2 |
pixmaps
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) | ||