]> git.sesse.net Git - vlc/blob - modules/access/rtp/Modules.am
Move RTP to access/rtp
[vlc] / modules / access / rtp / Modules.am
1 if HAVE_LIBGCRYPT
2 # RTP plugin
3 libvlc_LTLIBRARIES += \
4         librtp_plugin.la
5 librtp_plugin_la_SOURCES = \
6         rtp.c rtp.h session.c
7 librtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
8 librtp_plugin_la_LIBADD = $(AM_LIBADD) \
9         $(top_builddir)/libs/srtp/libvlc_srtp.la
10 librtp_plugin_la_DEPENDENCIES = \
11         $(top_builddir)/libs/srtp/libvlc_srtp.la
12 endif