[vlc-devel] [PATCH] protoc: %.pb.h is also genterated on a call

Uwe L. Korn uwelk at xhochy.com
Sat Oct 11 23:05:41 CEST 2014


---
 modules/stream_out/Modules.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/Modules.am b/modules/stream_out/Modules.am
index ca33c4d..a11568a 100644
--- a/modules/stream_out/Modules.am
+++ b/modules/stream_out/Modules.am
@@ -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 \
-- 
2.1.2




More information about the vlc-devel mailing list