add rtsp and esd files to spec and fix some disting issues
[platform/upstream/gstreamer.git] / gst / rtsp / Makefile.am
1
2 plugin_LTLIBRARIES = libgstrtsp.la
3
4 libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
5                         rtspconnection.c        \
6                         rtspdefs.c              \
7                         rtspmessage.c           \
8                         rtsptransport.c         \
9                         rtspurl.c               \
10                         sdpmessage.c
11
12 libgstrtsp_la_CFLAGS = $(GST_CFLAGS)
13 libgstrtsp_la_LIBADD =
14 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 check_PROGRAMS = test
17
18 test_SOURCES = test.c rtspdefs.c rtspurl.c rtspconnection.c rtspmessage.c rtsptransport.c sdpmessage.c
19 test_CFLAGS = $(GST_CFLAGS)
20 test_LDFLAGS = $(GST_LIBS)
21
22 noinst_HEADERS = gstrtspsrc.h gstrtsp.h rtsptransport.h rtsp.h rtspurl.h rtspconnection.h rtspdefs.h rtspmessage.h sdp.h sdpmessage.h