build: hopefully last fix for efl_gfx.x

Cedrics original change made sure the file was actually dist_installed but
failed to be placed inthe correct inlucde folder and thus failed the elm build.
While raster fixed this he broke the distcheck build as the file was no longer
put into the tarball being marked as nodist.
This fix handles all the cases I tried in my testing here.
This commit is contained in:
Stefan Schmidt 2016-01-08 11:57:55 +01:00
parent e72f53de26
commit 2a089926cd
1 changed files with 3 additions and 1 deletions

View File

@ -63,8 +63,10 @@ dist_installed_eflheaders_DATA = \
lib/efl/Efl.h
installed_eflinterfacesdir = $(includedir)/efl-@VMAJ@/interfaces
dist_installed_eflinterfaces_DATA = \
lib/efl/interfaces/efl_gfx.x
nodist_installed_eflinterfaces_DATA = \
lib/efl/interfaces/efl_gfx.x \
$(efl_eolian_files_h) \
$(efl_eolian_legacy_files_h)