From 665f24b030585f33d01877a018386fc481cf5724 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 7 Apr 2015 13:43:45 -0400 Subject: [PATCH] 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 79182e1da..f73fc01c1 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 \