diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/combined/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/Makefile.am b/src/combined/Makefile.am index 37bff5dcd..0d27f71c0 100644 --- a/src/combined/Makefile.am +++ b/src/combined/Makefile.am @@ -7,6 +7,6 @@ endif xineplug_LTLIBRARIES = $(xineplug_wavpack) xineplug_wavpack_la_SOURCES = demux_wavpack.c decoder_wavpack.c combined_wavpack.c combined_wavpack.h -xineplug_wavpack_la_CFLAGS = $(WAVPACK_CFLAGS) -I$(srcdir)/../demuxers +xineplug_wavpack_la_CFLAGS = $(VISIBILITY_FLAG) $(WAVPACK_CFLAGS) -I$(srcdir)/../demuxers xineplug_wavpack_la_LIBADD = $(XINE_LIB) $(WAVPACK_LIBS) xineplug_wavpack_la_LDFLAGS = $(xineplug_ldflags) |