add explicit file deps for geolocation eldbus generated files

some setups have stricter dep chain following during make which causes
build errors if the chain does not explicitly have the generated files
as a dep of the files for which they are included
This commit is contained in:
Mike Blumenkrantz 2015-04-05 21:16:37 -04:00
parent 3498c6caf8
commit 7a1163a1ad
1 changed files with 1 additions and 0 deletions

View File

@ -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