Commit e9a99cda authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing if HAVE_PULSE

parent 2adac96f
...@@ -531,7 +531,9 @@ SOURCES_libvlc_control = \ ...@@ -531,7 +531,9 @@ SOURCES_libvlc_control = \
# libvlc pulse # libvlc pulse
############################################################################### ###############################################################################
if HAVE_PULSE
pkglib_LTLIBRARIES = libvlcpulse.la pkglib_LTLIBRARIES = libvlcpulse.la
endif
libvlcpulse_la_SOURCES = pulse/mainloop.c ../include/vlc_pulse.h libvlcpulse_la_SOURCES = pulse/mainloop.c ../include/vlc_pulse.h
libvlcpulse_la_CPPFLAGS = $(PULSE_CFLAGS) libvlcpulse_la_CPPFLAGS = $(PULSE_CFLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment