diff options
Diffstat (limited to 'data/styles/Emerge')
-rw-r--r-- | data/styles/Emerge/Makefile.am | 3 | ||||
-rw-r--r-- | data/styles/Emerge/pixmaps/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/styles/Emerge/Makefile.am b/data/styles/Emerge/Makefile.am index 5c01b44..4054bd7 100644 --- a/data/styles/Emerge/Makefile.am +++ b/data/styles/Emerge/Makefile.am | |||
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps | |||
2 | styledir = $(pkgdatadir)/styles/Emerge | 2 | styledir = $(pkgdatadir)/styles/Emerge |
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/Emerge/pixmaps/Makefile.am b/data/styles/Emerge/pixmaps/Makefile.am index 70262ce..4165e1c 100644 --- a/data/styles/Emerge/pixmaps/Makefile.am +++ b/data/styles/Emerge/pixmaps/Makefile.am | |||
@@ -4,4 +4,5 @@ style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \ | |||
4 | stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \ | 4 | stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \ |
5 | selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \ | 5 | selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \ |
6 | max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm | 6 | max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm |
7 | EXTRA_DIST=$(style_DATA) | 7 | |
8 | include ../../Makefile.include | ||