Skip to content

Instantly share code, notes, and snippets.

@zmike
Created April 7, 2015 17:04
Show Gist options
  • Select an option

  • Save zmike/ccb7f6d900b3631ab53e to your computer and use it in GitHub Desktop.

Select an option

Save zmike/ccb7f6d900b3631ab53e to your computer and use it in GitHub Desktop.
diff --git a/src/modules/Makefile_geolocation.mk b/src/modules/Makefile_geolocation.mk
index 79182e1..754dc5a 100644
--- a/src/modules/Makefile_geolocation.mk
+++ b/src/modules/Makefile_geolocation.mk
@@ -9,6 +9,7 @@ geolocation_DATA = src/modules/geolocation/e-module-geolocation.edj \
geolocationpkgdir = $(MDIR)/geolocation/$(MODULE_ARCH)
geolocationpkg_LTLIBRARIES = src/modules/geolocation/module.la
+src_modules_geolocation_module_la_CPPFLAGS = $(MOD_CPPFLAGS) -I$(top_builddir)/src/modules/geolocation
GEO_GEN = \
src/modules/geolocation/eldbus_geo_clue2_client.c \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment