From 449bc0dffb78b62c4525a99b524717e0637da7a3 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 13 Feb 2012 11:42:51 +0000 Subject: First rule of gst-rtsp-server club: don't talk about gst-phonon --- examples/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 92f6cf4..9c64305 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,9 +1,6 @@ noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth -INCLUDES = -I$(top_srcdir) -I$(srcdir) - -AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -AM_LDFLAGS = \ - $(GST_LIBS) \ - $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la +#INCLUDES = -I$(top_srcdir) -I$(srcdir) +AM_CFLAGS = $(GST_OBJ_CFLAGS) +AM_LDFLAGS = $(GST_OBJ_LIBS) -- cgit v1.2.3