summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Js.am
blob: 0c73b99aa5b520d0bdd56fbacc4738144d0fa9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

### Library

if HAVE_JS
installed_ecorejsheadersdir = $(includedir)/ecore-js-@VMAJ@
dist_installed_ecorejsheaders_DATA = \
bindings/js/ecore_js/Ecore_Js.hh \
bindings/js/ecore_js/ecore_js_init.hh \
bindings/js/ecore_js/ecore_js_mainloop.hh \
bindings/js/ecore_js/ecore_js_timer.hh \
bindings/js/ecore_js/ecore_js_event.hh \
bindings/js/ecore_js/ecore_js_job.hh \
bindings/js/ecore_js/ecore_js_idle.hh \
bindings/js/ecore_js/ecore_js_animator.hh \
bindings/js/ecore_js/ecore_js_poller.hh \
bindings/js/ecore_js/ecore_js_throttle.hh
endif