Commit d792f033 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

chromecast: partly fix built sources

This is copied&pasted from Wayland build rules.
parent 19bbb8cc
...@@ -78,7 +78,8 @@ SUFFIXES += .proto .pb.cc ...@@ -78,7 +78,8 @@ SUFFIXES += .proto .pb.cc
SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cpp \ SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cpp \
../misc/webservices/json.h ../misc/webservices/json.c ../misc/webservices/json.h ../misc/webservices/json.c
nodist_libstream_out_chromecast_plugin_la_SOURCES = chromecast/cast_channel.pb.cc chromecast/cast_channel.pb.h nodist_libstream_out_chromecast_plugin_la_SOURCES = chromecast/cast_channel.pb.cc
CLEANFILES += $(nodist_libstream_out_chromecast_plugin_la_SOURCES)
if BUILD_CHROMECAST if BUILD_CHROMECAST
BUILT_SOURCES += chromecast/cast_channel.pb.h BUILT_SOURCES += chromecast/cast_channel.pb.h
......
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