make autotools build depend on protocol xml files to pull in changes

This commit is contained in:
Mike Blumenkrantz 2017-11-03 14:01:40 -04:00
parent aeee701b63
commit b40398ab30
1 changed files with 9 additions and 1 deletions

View File

@ -460,8 +460,16 @@ src/bin/generated/efl-aux-hints-server-protocol.h \
src/bin/generated/e-gadget-protocol.c \
src/bin/generated/e-gadget-server-protocol.h
protocol_files = \
src/protocol/action_route.xml \
src/protocol/e-gadget.xml \
src/protocol/efl-aux-hints.xml \
src/protocol/session-recovery.xml \
src/protocol/www.xml
src/bin/e_comp_wl_extensions.c: \
$(enlightenment_gen_src)
$(enlightenment_gen_src) \
$(protocol_files)
src/bin/e_comp_wl.c: \
src/bin/generated/www-server-protocol.h