summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-08 11:57:55 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-08 11:57:55 +0100
commit2a089926cd24837ec8cc5073ec8519c181d0645e (patch)
tree6b743fd37832d5affff2b541124e1753e3179e04
parente72f53de26878631b32c68f2ebf140e7a04a37ef (diff)
downloadefl-2a089926cd24837ec8cc5073ec8519c181d0645e.tar.gz
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.
-rw-r--r--src/Makefile_Efl.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index 99bbe728ae..b3b2e86593 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)