diff options
Diffstat (limited to 'data/styles/ostrich')
-rw-r--r-- | data/styles/ostrich/Makefile.am | 5 | ||||
-rw-r--r-- | data/styles/ostrich/Makemodule.am | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/data/styles/ostrich/Makefile.am b/data/styles/ostrich/Makefile.am deleted file mode 100644 index c9879c8..0000000 --- a/data/styles/ostrich/Makefile.am +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | styledir = $(pkgdatadir)/styles/ostrich | ||
2 | |||
3 | style_DATA = theme.cfg | ||
4 | |||
5 | include ../Makefile.include | ||
diff --git a/data/styles/ostrich/Makemodule.am b/data/styles/ostrich/Makemodule.am new file mode 100644 index 0000000..61536e2 --- /dev/null +++ b/data/styles/ostrich/Makemodule.am | |||
@@ -0,0 +1,3 @@ | |||
1 | ostrich_styledir = $(pkgdatadir)/styles/ostrich | ||
2 | |||
3 | dist_ostrich_style_DATA = data/styles/ostrich/theme.cfg | ||