gstreamer/examples/Makefile.am

10 lines
284 B
Makefile
Raw Normal View History

noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri
2009-01-08 12:18:55 +00:00
2009-01-08 12:51:26 +00:00
INCLUDES = -I$(top_srcdir) -I$(srcdir)
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
AM_LDFLAGS = \
2009-01-08 12:18:55 +00:00
$(GST_LIBS) \
2008-11-13 18:43:10 +00:00
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la
2009-01-08 12:18:55 +00:00