Remove legacy parameter from add_string()
[vlc/asuraparaju-public.git] / modules / audio_output / Modules.am
blobce0f47835aa4d6e6555977a2dc751be52fcf0e6a
1 SOURCES_aout_directx = directx.c windows_audio_common.h
2 SOURCES_aout_file = file.c
3 SOURCES_oss = oss.c
4 SOURCES_aout_sdl = sdl.c
5 SOURCES_waveout = waveout.c windows_audio_common.h
6 SOURCES_hd1000a = hd1000a.cpp
7 SOURCES_portaudio = portaudio.c
8 SOURCES_auhal = auhal.c
9 SOURCES_jack = jack.c
10 SOURCES_pulse = pulse.c
11 SOURCES_audioqueue = audioqueue.c
13 libvlc_LTLIBRARIES += libaout_file_plugin.la
15 libalsa_plugin_la_SOURCES = alsa.c
16 libalsa_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
17 libalsa_plugin_la_LIBADD = $(AM_LIBADD) $(ALSA_LIBS)
18 libalsa_plugin_la_DEPENDENCIES =
19 if HAVE_ALSA
20 libvlc_LTLIBRARIES += libalsa_plugin.la
21 endif