diff options
Diffstat (limited to 'data/styles/BlueFlux')
-rw-r--r-- | data/styles/BlueFlux/Makefile.am | 3 | ||||
-rw-r--r-- | data/styles/BlueFlux/pixmaps/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/styles/BlueFlux/Makefile.am b/data/styles/BlueFlux/Makefile.am index a33eafa..86965dc 100644 --- a/data/styles/BlueFlux/Makefile.am +++ b/data/styles/BlueFlux/Makefile.am | |||
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps | |||
2 | styledir = $(pkgdatadir)/styles/BlueFlux | 2 | styledir = $(pkgdatadir)/styles/BlueFlux |
3 | 3 | ||
4 | style_DATA = theme.cfg | 4 | style_DATA = theme.cfg |
5 | EXTRA_DIST=$(style_DATA) | 5 | |
6 | include ../Makefile.include | ||
diff --git a/data/styles/BlueFlux/pixmaps/Makefile.am b/data/styles/BlueFlux/pixmaps/Makefile.am index 2d658e0..a247c5a 100644 --- a/data/styles/BlueFlux/pixmaps/Makefile.am +++ b/data/styles/BlueFlux/pixmaps/Makefile.am | |||
@@ -8,4 +8,4 @@ style_DATA = button_close_active.xpm button_close_pressed.xpm \ | |||
8 | button_toolbar.xpm button_toolbar_pressed.xpm menu_frame.xpm title_bar.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 | 9 | title_bar_unfocus.xpm toolbar.xpm toolbar_label.xpm |
10 | 10 | ||
11 | EXTRA_DIST=$(style_DATA) | 11 | include ../../Makefile.include |