forgot to add Makefiles
This commit is contained in:
parent
9d3bca8e88
commit
a62b70ddf8
2 changed files with 8 additions and 0 deletions
4
data/styles/green_tea/Makefile.am
Normal file
4
data/styles/green_tea/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
styledir = $(pkgdatadir)/styles/green_tea
|
||||
|
||||
style_DATA = theme.cfg
|
||||
EXTRA_DIST=$(style_DATA)
|
4
data/styles/ostrich/Makefile.am
Normal file
4
data/styles/ostrich/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
styledir = $(pkgdatadir)/styles/ostrich
|
||||
|
||||
style_DATA = theme.cfg
|
||||
EXTRA_DIST=$(style_DATA)
|
Loading…
Reference in a new issue