mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-26 07:18:13 -05:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@883 0778d3d1-df1d-0410-868b-ea421aaaa00d
16 lines
518 B
Makefile
16 lines
518 B
Makefile
theme_defaultdir = $(lmmsdatadir)/themes/default
|
|
theme_default_DATA = default/*.png default/style.css
|
|
|
|
theme_blue_scenedir = $(lmmsdatadir)/themes/blue_scene
|
|
theme_blue_scene_DATA = blue_scene/*.png
|
|
|
|
plugin_theme_blue_scenedir = $(lmmsdatadir)/themes/blue_scene/plugins
|
|
plugin_theme_blue_scene_DATA = blue_scene/plugins/*.png
|
|
|
|
theme_llamadir = $(lmmsdatadir)/themes/llama
|
|
theme_llama_DATA = llama/*.png
|
|
|
|
|
|
EXTRA_DIST = $(theme_default_DATA) $(theme_blue_scene_DATA) $(plugin_theme_blue_scene_DATA) $(theme_llama_DATA)
|
|
|