gstreamer/tests/examples/streamiddemux/Makefile.am

7 lines
188 B
Makefile
Raw Normal View History

noinst_PROGRAMS = streamiddemux-stream
streamiddemux_stream_SOURCES = streamiddemux-stream.c
streamiddemux_stream_LDADD = $(GST_OBJ_LIBS)
streamiddemux_stream_CFLAGS = $(GST_OBJ_CFLAGS)