gstreamer/examples/Makefile.am

12 lines
237 B
Makefile
Raw Normal View History

2009-01-08 12:18:55 +00:00
noinst_PROGRAMS = gst-rtsp-server
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