Makefile: Install eo header files

Summary:
Install eo header files (enventor_object.eo.h, enventor_object.eo.legacy.h)
         @fix

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: kfesyna

Differential Revision: https://phab.enlightenment.org/D1676
This commit is contained in:
Jaehyun Cho 2014-11-19 21:57:35 +09:00 committed by ChunEon Park
parent cce3c96084
commit 442bcaab36
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ lib_LTLIBRARIES = libenventor.la
includes_HEADERS = \
Enventor_Legacy.h \
Enventor.h \
Enventor_Eo.h
Enventor_Eo.h \
enventor_object.eo.h \
enventor_object.eo.legacy.h
includesdir = $(includedir)/enventor-@ENVENTOR_VERSION_MAJOR@
libenventor_la_SOURCES = \