summaryrefslogtreecommitdiff
path: root/ext/srtp/Makefile.am
blob: fa8384375a9338444122e50a19b56deae3d8770a (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
25
26
27
28
29
30
31
32
33
plugin_LTLIBRARIES = libgstsrtp.la

libgstsrtp_la_SOURCES = \
	gstsrtp.c 	\
	gstsrtp.h 	\
	gstsrtpdec.c	\
	gstsrtpdec.h	\
	gstsrtpenc.c	\
	gstsrtpenc.h	\
	gstsrtp-enumtypes.c \
	gstsrtp-enumtypes.h

libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
	-lgstrtp-@GST_API_VERSION@ 		\
	$(GST_LIBS)				\
	$(SRTP_LIBS) 
libgstsrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)

srtp_headers =          \
        gstsrtpdec.h	\
        gstsrtpenc.h

glib_enum_headers=$(srtp_headers)
glib_enum_define=GST_SRTP
glib_gen_prefix=gst_srtp
glib_gen_basename=gstsrtp

BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
CLEANFILES = $(BUILT_SOURCES)

include $(top_srcdir)/common/gst-glib-gen.mak