[vlc-commits] Sout Makefile: cosmetics

Jean-Baptiste Kempf git at videolan.org
Tue Dec 29 11:13:17 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 29 11:01:11 2015 +0100| [80a9e44518c902e7eab2d8d85205d76ae68242c2] | committer: Jean-Baptiste Kempf

Sout Makefile: cosmetics

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80a9e44518c902e7eab2d8d85205d76ae68242c2
---

 modules/stream_out/Makefile.am |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules/stream_out/Makefile.am b/modules/stream_out/Makefile.am
index 76ee585..269354a 100644
--- a/modules/stream_out/Makefile.am
+++ b/modules/stream_out/Makefile.am
@@ -80,9 +80,10 @@ SUFFIXES += .proto .pb.cc
 %.pb.h %.pb.cc: %.proto
 	$(PROTOC) --cpp_out=. -I$(srcdir) $<
 
-libstream_out_chromecast_plugin_la_SOURCES = stream_out/chromecast/cast_channel.proto stream_out/chromecast/cast.cpp \
-                                stream_out/chromecast/chromecast_ctrl.cpp \
-                                misc/webservices/json.h misc/webservices/json.c
+libstream_out_chromecast_plugin_la_SOURCES = \
+    stream_out/chromecast/cast_channel.proto stream_out/chromecast/chromecast.h \
+    stream_out/chromecast/cast.cpp stream_out/chromecast/chromecast_ctrl.cpp \
+    misc/webservices/json.h misc/webservices/json.c
 nodist_libstream_out_chromecast_plugin_la_SOURCES = stream_out/chromecast/cast_channel.pb.cc
 libstream_out_chromecast_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -Istream_out/chromecast $(CHROMECAST_CFLAGS)
 libstream_out_chromecast_plugin_la_LIBADD = $(CHROMECAST_LIBS) $(SOCKET_LIBS)



More information about the vlc-commits mailing list