Merge branch 'master' into 0.11
[platform/upstream/gst-rtsp-server.git] / examples / Makefile.am
1 noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth
2
3 INCLUDES = -I$(top_srcdir) -I$(srcdir)
4
5 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
6 AM_LDFLAGS = \
7         $(GST_LIBS) \
8         $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la
9