build: hopefully last fix for efl_gfx.x
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Jan 2016 10:57:55 +0000 (11:57 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Jan 2016 10:57:55 +0000 (11:57 +0100)
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

index 99bbe72..b3b2e86 100644 (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)