gstreamer/examples/Makefile.am

9 lines
255 B
Makefile
Raw Normal View History

noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
test-launch test-sdp test-uri test-auth \
test-multicast test-multicast2
2009-01-08 12:18:55 +00:00
#INCLUDES = -I$(top_srcdir) -I$(srcdir)
2009-01-08 12:18:55 +00:00
AM_CFLAGS = $(GST_OBJ_CFLAGS)
2013-05-31 10:10:28 +00:00
AM_LDFLAGS = $(GST_OBJ_LIBS) $(GIO_LIBS)