aboutsummaryrefslogtreecommitdiff
path: root/data/styles/Emerge
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles/Emerge')
-rw-r--r--data/styles/Emerge/Makefile.am3
-rw-r--r--data/styles/Emerge/pixmaps/Makefile.am3
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
2styledir = $(pkgdatadir)/styles/Emerge 2styledir = $(pkgdatadir)/styles/Emerge
3 3
4style_DATA = theme.cfg 4style_DATA = theme.cfg
5EXTRA_DIST=$(style_DATA) 5
6include ../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
7EXTRA_DIST=$(style_DATA) 7
8include ../../Makefile.include