diff options
author | fluxgen <fluxgen> | 2007-10-07 17:02:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-07 17:02:10 (GMT) |
commit | 11d01d602935766f0bb2d20af28d6a41d12541bf (patch) | |
tree | 5c36009e4cc9ac40ae77f2bb327cfa8bd896d2ee /data/styles/bloe/pixmaps/Makefile.am | |
parent | d8455124e80e01214280a0b3fa0e83176f41a2f4 (diff) | |
download | fluxbox-11d01d602935766f0bb2d20af28d6a41d12541bf.zip fluxbox-11d01d602935766f0bb2d20af28d6a41d12541bf.tar.bz2 |
added new style bloe, thanks Sven Michel
Diffstat (limited to 'data/styles/bloe/pixmaps/Makefile.am')
-rw-r--r-- | data/styles/bloe/pixmaps/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/styles/bloe/pixmaps/Makefile.am b/data/styles/bloe/pixmaps/Makefile.am new file mode 100644 index 0000000..cbf7e8b --- /dev/null +++ b/data/styles/bloe/pixmaps/Makefile.am | |||
@@ -0,0 +1,13 @@ | |||
1 | styledir = $(pkgdatadir)/styles/bloe/pixmaps | ||
2 | |||
3 | style_DATA = bullet.xpm closepr.xpm frame.xpm maxfcs.xpm \ | ||
4 | maxufcs.xpm menuiconpr.xpm minfcs.xpm minufcs.xpm \ | ||
5 | shadefcs.xpm shadeufcs.xpm stickpr.xpm stuckfcs.xpm \ | ||
6 | tbarfcs.xpm unselected.xpm unshadepr.xpm \ | ||
7 | windowlabelfcs.xpm closefcs.xpm closeufcs.xpm \ | ||
8 | maxpr.xpm menuiconfcs.xpm menuiconufcs.xpm \ | ||
9 | minpr.xpm selected.xpm shadepr.xpm stickfcs.xpm \ | ||
10 | stickufcs.xpm stuckufcs.xpm tbarufcs.xpm \ | ||
11 | unshadefcs.xpm unshadeufcs.xpm windowlabelufcs.xpm | ||
12 | |||
13 | EXTRA_DIST=$(style_DATA) \ No newline at end of file | ||