Commit d0a6d771 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Chromecast: fix distcheck

parent 98682b66
......@@ -78,9 +78,9 @@ SUFFIXES += .proto .pb.cc
SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cpp \
../misc/webservices/json.h ../misc/webservices/json.c
nodist_libstream_out_chromecast_plugin_la_SOURCES = chromecast/cast_channel.pb.cc
nodist_libstream_out_chromecast_plugin_la_SOURCES = chromecast/cast_channel.pb.cc chromecast/cast_channel.pb.h
if BUILD_CHROMECAST
BUILT_SOURCES += chromecast/cast_channel.pb.cc
BUILT_SOURCES += chromecast/cast_channel.pb.cc chromecast/cast_channel.pb.h
stream_out_LTLIBRARIES += libstream_out_chromecast_plugin.la
endif
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