diff options
Diffstat (limited to 'src/libsputext/Makefile.am')
-rw-r--r-- | src/libsputext/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index f4e99aec1..2612723e3 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -17,6 +17,10 @@ xineplug_decode_sputext_la_SOURCES = xine_decoder.c xineplug_decode_sputext_la_LIBADD = $(XINELIB) xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_spuogm_la_SOURCES = xine_decoder_ogm.c +xineplug_decode_spuogm_la_LIBADD = $(XINELIB) +xineplug_decode_spuogm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + ## ## Install header files (default=$includedir/xine) ## |