server: start and stop multiple times
[platform/upstream/gstreamer.git] / examples / Makefile.am
index c25b521..47b2cf9 100644 (file)
@@ -1,13 +1,8 @@
+noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
+                 test-launch test-sdp test-uri test-auth \
+                 test-multicast test-multicast2
 
-noinst_PROGRAMS = gst-rtsp-server
-
-INCLUDES = -I$(top_srcdir) -I$(srcdir)
-
-gst_rtsp_server_SOURCES = \
-       main.c 
-
-gst_rtsp_server_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-gst_rtsp_server_LDFLAGS = \
-       $(GST_LIBS) \
-       $(top_builddir)/gst/rtsp-server/libgstrtspserver.la
+#INCLUDES = -I$(top_srcdir) -I$(srcdir)
 
+AM_CFLAGS = $(GST_OBJ_CFLAGS)
+AM_LDFLAGS = $(GST_OBJ_LIBS)