diff options
author | fluxgen <fluxgen> | 2004-01-03 02:27:25 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-03 02:27:25 (GMT) |
commit | c790682800d5524c0102e1b09a4cbf2289e17191 (patch) | |
tree | ac0e6f72935ca6e90cc06008290c0e972c1fa5b7 /data/styles/BlueFlux/pixmaps/Makefile.am | |
parent | 49aa1c366002c8c4e73bacd10d7dedd7c3125380 (diff) | |
download | fluxbox_paul-c790682800d5524c0102e1b09a4cbf2289e17191.zip fluxbox_paul-c790682800d5524c0102e1b09a4cbf2289e17191.tar.bz2 |
blueflux
Diffstat (limited to 'data/styles/BlueFlux/pixmaps/Makefile.am')
-rw-r--r-- | data/styles/BlueFlux/pixmaps/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/styles/BlueFlux/pixmaps/Makefile.am b/data/styles/BlueFlux/pixmaps/Makefile.am new file mode 100644 index 0000000..0ad6173 --- /dev/null +++ b/data/styles/BlueFlux/pixmaps/Makefile.am | |||
@@ -0,0 +1,11 @@ | |||
1 | styledir = $(pkgdatadir)/styles/BlueFlux/pixmaps | ||
2 | |||
3 | style_DATA = button_close_active.xpm button_close_pressed.xpm button_close_unfocus.xpm \ | ||
4 | button_max_active.xpm button_max_pressed.xpm \ | ||
5 | button_max_unfocus.xpm button_min_active.xpmbutton_min_pressed.xpm \ | ||
6 | button_min_unfocus.xpm button_stick_active.xpm button_stick_pressed.xpm \ | ||
7 | button_stick_unfocus.xpm button_stuck.xpm button_stuck_unfocus.xpm \ | ||
8 | button_toolbar.xpm button_toolbar_pressed.xpm menu_frame.xpm title_bar.xpm \ | ||
9 | title_bar_unfocus.xpm toolbar.xpm toolbar_label.xpm | ||
10 | |||
11 | EXTRA_DIST=$(style_DATA) | ||