efl - add model mv header to installled headers - fix build break

this broke anything building against efl because this header was never
installed... yet another build break in the last 2 days.
This commit is contained in:
Carsten Haitzler 2015-04-06 10:11:15 +09:00
parent ec6b88257d
commit 6cd13509b6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@ CLEANFILES += \
EXTRA_DIST += \
lib/efl/Efl_Config.h \
lib/efl/Efl.h \
lib/efl/Efl_Model_Common.h \
$(efl_eolian_files)
efleolianfilesdir = $(datadir)/eolian/include/efl-@VMAJ@
@ -49,6 +48,7 @@ lib_efl_libefl_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
installed_eflheadersdir = $(includedir)/efl-@VMAJ@
dist_installed_eflheaders_DATA = \
lib/efl/Efl_Config.h \
lib/efl/Efl_Model_Common.h \
lib/efl/Efl.h
installed_eflinterfacesdir = $(includedir)/efl-@VMAJ@/interfaces