Skip to content

Instantly share code, notes, and snippets.

@zmike
Created April 6, 2015 01:10
Show Gist options
  • Save zmike/4b139e30c7ab9818266a to your computer and use it in GitHub Desktop.
Save zmike/4b139e30c7ab9818266a to your computer and use it in GitHub Desktop.
patch
diff --git a/src/modules/Makefile_geolocation.mk b/src/modules/Makefile_geolocation.mk
index b9a1596..79182e1 100644
--- a/src/modules/Makefile_geolocation.mk
+++ b/src/modules/Makefile_geolocation.mk
@@ -21,6 +21,7 @@ src/modules/geolocation/eldbus_utils.h
MAINTAINERCLEANFILES += $(GEO_GEN)
+src/modules/geolocation/e_mod_main.c: $(GEO_GEN)
$(GEO_GEN): src/modules/geolocation/org.freedesktop.GeoClue2.xml
@cd $(top_builddir)/src/modules/geolocation && \
eldbus-codegen $(abs_top_srcdir)/src/modules/geolocation/org.freedesktop.GeoClue2.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment