summaryrefslogtreecommitdiff
path: root/src/libvorbis/Makefile.am
blob: 09abced93cbd574830d20785cae89cae2217daf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(top_srcdir)/misc/Makefile.common

libdir = $(XINE_PLUGINDIR)

if HAVE_VORBIS
vorbis_module = xineplug_decode_vorbis.la
endif

lib_LTLIBRARIES = $(vorbis_module)

xineplug_decode_vorbis_la_SOURCES = xine_decoder.c
xineplug_decode_vorbis_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS) $(XINE_LIB)
xineplug_decode_vorbis_la_CFLAGS = $(VORBIS_CFLAGS) $(VISIBILITY_FLAG)
xineplug_decode_vorbis_la_LDFLAGS = -avoid-version -module