gst/rtsp/: Factor out extension in separate module.
[platform/upstream/gstreamer.git] / gst / rtsp / Makefile.am
1 plugin_LTLIBRARIES = libgstrtsp.la
2
3 libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
4                         gstrtpdec.c             \
5                         rtspconnection.c        \
6                         rtspdefs.c              \
7                         rtspextwms.c            \
8                         rtspmessage.c           \
9                         rtsptransport.c         \
10                         rtspurl.c               \
11                         sdpmessage.c
12
13 libgstrtsp_la_CFLAGS = $(GST_CFLAGS)
14 libgstrtsp_la_LIBADD = $(GST_LIBS) $(WIN32_LIBS)
15 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
16
17 check_PROGRAMS = test
18
19 test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c
20 test_CFLAGS = $(GST_CFLAGS)
21 test_LDFLAGS = $(GST_LIBS) $(WIN32_LIBS)
22
23 noinst_HEADERS = gstrtspsrc.h gstrtsp.h gstrtpdec.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h rtspextwms.h