summaryrefslogtreecommitdiff
path: root/src/libreal
diff options
context:
space:
mode:
Diffstat (limited to 'src/libreal')
-rw-r--r--src/libreal/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libreal/Makefile.am b/src/libreal/Makefile.am
index 4c46db78c..21c2e47ba 100644
--- a/src/libreal/Makefile.am
+++ b/src/libreal/Makefile.am
@@ -1,6 +1,8 @@
include $(top_srcdir)/misc/Makefile.common
+if ENABLE_REAL
xineplug_LTLIBRARIES = xineplug_decode_real.la xineplug_decode_real_audio.la
+endif
xineplug_decode_real_la_SOURCES = xine_decoder.c real_common.c
xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS)