add the makefiles for the themes' data dirs
This commit is contained in:
parent
527af7664a
commit
6d0d75cd35
3 changed files with 20 additions and 0 deletions
6
themes/ebox_data/Makefile.am
Normal file
6
themes/ebox_data/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
|||
themedatadir=$(datadir)/openbox/themes/ebox_data
|
||||
|
||||
themedata_DATA=\
|
||||
close.xbm \
|
||||
iconify.xbm \
|
||||
max.xbm
|
7
themes/fieron2_data/Makefile.am
Normal file
7
themes/fieron2_data/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
|||
themedatadir=$(datadir)/openbox/themes/fieron2_data
|
||||
|
||||
themedata_DATA=\
|
||||
close.xbm \
|
||||
iconify.xbm \
|
||||
max.xbm \
|
||||
stick.xbm
|
7
themes/fieron_data/Makefile.am
Normal file
7
themes/fieron_data/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
|||
themedatadir=$(datadir)/openbox/themes/fieron_data
|
||||
|
||||
themedata_DATA=\
|
||||
close.xbm \
|
||||
iconify.xbm \
|
||||
max.xbm \
|
||||
stick.xbm
|
Loading…
Reference in a new issue