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