prototyped edje_part scriptability and outsourced scriptability code to script.c
[mozilla_edje_plugin.git] / data / Makefile.am
blobce1ffa8bb493f7927e0ed69046fde6dbd74e42c6
1 pluginsdir = $(HOME)/.mozilla/plugins
2 configdir = $(HOME)/.mozilla_edje_plugin/config
3 themesdir = $(HOME)/.mozilla_edje_plugin/themes
5 config_DATA = \
6         config.edb
8 themes_DATA = \
9         default.edj
11 config.edb:     
12         ecore_config --file $@ --key=fps --int=25 && \
13         ecore_config --file $@ --key=theme --theme=default.edj && \
14         ecore_config --file $@ --key=engine --string=software_x11
16 default.edj:    default/default.edc
17         edje_cc -id default -fd default $< $@
19 EXTRA_DIST = default