diff options
Diffstat (limited to 'data/styles/bloe')
-rw-r--r-- | data/styles/bloe/Makefile.am | 3 | ||||
-rw-r--r-- | data/styles/bloe/pixmaps/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/styles/bloe/Makefile.am b/data/styles/bloe/Makefile.am index 0ca711a..ad574ba 100644 --- a/data/styles/bloe/Makefile.am +++ b/data/styles/bloe/Makefile.am | |||
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps | |||
2 | styledir = $(pkgdatadir)/styles/bloe | 2 | styledir = $(pkgdatadir)/styles/bloe |
3 | 3 | ||
4 | style_DATA = theme.cfg | 4 | style_DATA = theme.cfg |
5 | EXTRA_DIST=$(style_DATA) \ No newline at end of file | 5 | |
6 | include ../Makefile.include | ||
diff --git a/data/styles/bloe/pixmaps/Makefile.am b/data/styles/bloe/pixmaps/Makefile.am index cbf7e8b..42226a0 100644 --- a/data/styles/bloe/pixmaps/Makefile.am +++ b/data/styles/bloe/pixmaps/Makefile.am | |||
@@ -10,4 +10,4 @@ style_DATA = bullet.xpm closepr.xpm frame.xpm maxfcs.xpm \ | |||
10 | stickufcs.xpm stuckufcs.xpm tbarufcs.xpm \ | 10 | stickufcs.xpm stuckufcs.xpm tbarufcs.xpm \ |
11 | unshadefcs.xpm unshadeufcs.xpm windowlabelufcs.xpm | 11 | unshadefcs.xpm unshadeufcs.xpm windowlabelufcs.xpm |
12 | 12 | ||
13 | EXTRA_DIST=$(style_DATA) \ No newline at end of file | 13 | include ../../Makefile.include |