]> git.sesse.net Git - vlc/commitdiff
Chromecast: fix distcheck
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Oct 2014 10:20:35 +0000 (12:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Oct 2014 10:20:35 +0000 (12:20 +0200)
modules/stream_out/Modules.am

index 9167da1f82b6f55a100f0c3fbfd1ac5b4d807a56..ca33c4d4475ec07309624ab8549d22c774bb6624 100644 (file)
@@ -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