diff options
author | fluxgen <fluxgen> | 2007-10-01 21:16:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-01 21:16:55 (GMT) |
commit | a62b70ddf8972a2b3ca48dcdf26ca01f1ce59534 (patch) | |
tree | ab508f49432c9da018ac17477027b3251d735b5a /data/styles | |
parent | 9d3bca8e88d312f44c6077d095b151f10d73609e (diff) | |
download | fluxbox_lack-a62b70ddf8972a2b3ca48dcdf26ca01f1ce59534.zip fluxbox_lack-a62b70ddf8972a2b3ca48dcdf26ca01f1ce59534.tar.bz2 |
forgot to add Makefiles
Diffstat (limited to 'data/styles')
-rw-r--r-- | data/styles/green_tea/Makefile.am | 4 | ||||
-rw-r--r-- | data/styles/ostrich/Makefile.am | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/styles/green_tea/Makefile.am b/data/styles/green_tea/Makefile.am new file mode 100644 index 0000000..95bf0f8 --- /dev/null +++ b/data/styles/green_tea/Makefile.am | |||
@@ -0,0 +1,4 @@ | |||
1 | styledir = $(pkgdatadir)/styles/green_tea | ||
2 | |||
3 | style_DATA = theme.cfg | ||
4 | EXTRA_DIST=$(style_DATA) \ No newline at end of file | ||
diff --git a/data/styles/ostrich/Makefile.am b/data/styles/ostrich/Makefile.am new file mode 100644 index 0000000..a143e2a --- /dev/null +++ b/data/styles/ostrich/Makefile.am | |||
@@ -0,0 +1,4 @@ | |||
1 | styledir = $(pkgdatadir)/styles/ostrich | ||
2 | |||
3 | style_DATA = theme.cfg | ||
4 | EXTRA_DIST=$(style_DATA) \ No newline at end of file | ||