Commit 6f84bf8a authored by Uwe L. Korn's avatar Uwe L. Korn Committed by Rémi Denis-Courmont

protoc: %.pb.h is also genterated on a call

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 7bd11e51
......@@ -73,7 +73,7 @@ dummy.cpp:
# Chromecast plugin
SUFFIXES += .proto .pb.cc
%.pb.cc: %.proto
%.pb.h %.pb.cc: %.proto
$(PROTOC) --cpp_out=. -I$(srcdir) $<
SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment