summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-13 11:42:51 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-13 11:42:51 +0000
commit449bc0dffb78b62c4525a99b524717e0637da7a3 (patch)
tree48bf71a8f7686e73c7caccebbe68ff6b958e8a86 /examples/Makefile.am
parent3173fee92beccef2308a1e54d8cb004bbeb7a122 (diff)
First rule of gst-rtsp-server club: don't talk about gst-phonon
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am9
1 files changed, 3 insertions, 6 deletions
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)