From 2a089926cd24837ec8cc5073ec8519c181d0645e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 8 Jan 2016 11:57:55 +0100 Subject: [PATCH] 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. --- src/Makefile_Efl.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am index 99bbe72..b3b2e86 100644 --- a/src/Makefile_Efl.am +++ b/src/Makefile_Efl.am @@ -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) -- 2.7.4