summaryrefslogtreecommitdiff
path: root/grtmp/Makefile.am
blob: 9529a35134baec514cea3b26a620f1613d77e5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

lib_LTLIBRARIES = libgstrtmp-@GST_API_VERSION@.la

gstrtmp_@GST_API_VERSION@_includedir = $(includedir)/gstreamer-@GST_API_VERSION@/rtmp

libgstrtmp_@GST_API_VERSION@_la_CFLAGS = \
	$(GST_CFLAGS) \
	$(SOUP_CFLAGS)
libgstrtmp_@GST_API_VERSION@_la_LIBADD = \
	$(GST_LIBS) \
	$(SOUP_LIBS)
libgstrtmp_@GST_API_VERSION@_la_LDFLAGS = \
	-version-info $(GST_RTMP_LIBVERSION) \
	-no-undefined -export-symbols-regex 'gst_'
libgstrtmp_@GST_API_VERSION@_la_SOURCES = \
	$(sources)

sources = \
	rtmpserver.c \
	rtmpserver.h \
	rtmpclient.c \
	rtmpclient.h \
	rtmpconnection.c \
	rtmpconnection.h