Commit 80a9e445 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Sout Makefile: cosmetics

parent 4934cda0
...@@ -80,9 +80,10 @@ SUFFIXES += .proto .pb.cc ...@@ -80,9 +80,10 @@ SUFFIXES += .proto .pb.cc
%.pb.h %.pb.cc: %.proto %.pb.h %.pb.cc: %.proto
$(PROTOC) --cpp_out=. -I$(srcdir) $< $(PROTOC) --cpp_out=. -I$(srcdir) $<
libstream_out_chromecast_plugin_la_SOURCES = stream_out/chromecast/cast_channel.proto stream_out/chromecast/cast.cpp \ libstream_out_chromecast_plugin_la_SOURCES = \
stream_out/chromecast/chromecast_ctrl.cpp \ stream_out/chromecast/cast_channel.proto stream_out/chromecast/chromecast.h \
misc/webservices/json.h misc/webservices/json.c 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 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_CPPFLAGS = $(AM_CPPFLAGS) -Istream_out/chromecast $(CHROMECAST_CFLAGS)
libstream_out_chromecast_plugin_la_LIBADD = $(CHROMECAST_LIBS) $(SOCKET_LIBS) libstream_out_chromecast_plugin_la_LIBADD = $(CHROMECAST_LIBS) $(SOCKET_LIBS)
......
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