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

### Library

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