diff options
Diffstat (limited to 'data/styles/arch')
-rw-r--r-- | data/styles/arch/Makefile.am | 3 | ||||
-rw-r--r-- | data/styles/arch/pixmaps/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/styles/arch/Makefile.am b/data/styles/arch/Makefile.am index 2f04b7f..bc1aafa 100644 --- a/data/styles/arch/Makefile.am +++ b/data/styles/arch/Makefile.am | |||
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps | |||
2 | styledir = $(pkgdatadir)/styles/arch | 2 | styledir = $(pkgdatadir)/styles/arch |
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/arch/pixmaps/Makefile.am b/data/styles/arch/pixmaps/Makefile.am index f9e7501..fb94c36 100644 --- a/data/styles/arch/pixmaps/Makefile.am +++ b/data/styles/arch/pixmaps/Makefile.am | |||
@@ -8,4 +8,5 @@ style_DATA = closepr.xpm gripfcs.xpm maxufcs.xpm menuiconufcs.xpm \ | |||
8 | frame.xpm maxpr.xpm menuiconpr.xpm minpr.xpm shadefcs.xpm \ | 8 | frame.xpm maxpr.xpm menuiconpr.xpm minpr.xpm shadefcs.xpm \ |
9 | stickfcs.xpm stuckfcs.xpm tbarufcs.xpm unshadepr.xpm | 9 | stickfcs.xpm stuckfcs.xpm tbarufcs.xpm unshadepr.xpm |
10 | 10 | ||
11 | EXTRA_DIST=$(style_DATA) | 11 | |
12 | include ../../Makefile.include | ||