discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=665f24b030585f33d01877a018386fc481cf5724
commit 665f24b030585f33d01877a018386fc481cf5724 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Tue Apr 7 13:43:45 2015 -0400 prepend geolocation build dir to cppflags elocation headers conflict with these, so ensure that our headers get picked up first #glimaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --- src/modules/Makefile_geolocation.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Makefile_geolocation.mk b/src/modules/Makefile_geolocation.mk index 79182e1..f73fc01 100644 --- a/src/modules/Makefile_geolocation.mk +++ b/src/modules/Makefile_geolocation.mk @@ -27,7 +27,7 @@ $(GEO_GEN): src/modules/geolocation/org.freedesktop.GeoClue2.xml eldbus-codegen $(abs_top_srcdir)/src/modules/geolocation/org.freedesktop.GeoClue2.xml src_modules_geolocation_module_la_LIBADD = $(MOD_LIBS) -src_modules_geolocation_module_la_CPPFLAGS = $(MOD_CPPFLAGS) +src_modules_geolocation_module_la_CPPFLAGS = -I$(top_builddir)/src/modules/geolocation $(MOD_CPPFLAGS) src_modules_geolocation_module_la_LDFLAGS = $(MOD_LDFLAGS) src_modules_geolocation_module_la_SOURCES = \ src/modules/geolocation/e_mod_main.c \ --