summaryrefslogtreecommitdiff
path: root/src/libreal/Makefile.am
blob: 114a473a7b060528d9b16b1d16285f5cc5405e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/misc/Makefile.common

if ENABLE_REAL
xineplug_LTLIBRARIES = xineplug_decode_real.la
endif

xineplug_decode_real_la_SOURCES = xine_decoder.c real_common.c audio_decoder.c
xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS)
xineplug_decode_real_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_decode_real_la_LDFLAGS = $(xineplug_ldflags)

noinst_HEADERS = real_common.h