mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
get rid of module-flat-volumes since we are moving this into the core
This commit is contained in:
parent
1be39e4fa5
commit
eca32235fb
3 changed files with 1 additions and 236 deletions
|
|
@ -863,7 +863,6 @@ libavahi_wrap_la_LIBADD = $(AM_LIBADD) $(AVAHI_CFLAGS) libpulsecore-@PA_MAJORMIN
|
|||
###################################
|
||||
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-flat-volume.la \
|
||||
module-cli.la \
|
||||
module-cli-protocol-tcp.la \
|
||||
module-simple-protocol-tcp.la \
|
||||
|
|
@ -1086,8 +1085,7 @@ SYMDEF_FILES = \
|
|||
modules/module-raop-discover-symdef.h \
|
||||
modules/gconf/module-gconf-symdef.h \
|
||||
modules/module-position-event-sounds-symdef.h \
|
||||
modules/module-console-kit-symdef.h \
|
||||
modules/module-flat-volume-symdef.h
|
||||
modules/module-console-kit-symdef.h
|
||||
|
||||
EXTRA_DIST += $(SYMDEF_FILES)
|
||||
BUILT_SOURCES += $(SYMDEF_FILES)
|
||||
|
|
@ -1096,12 +1094,6 @@ $(SYMDEF_FILES): modules/module-defs.h.m4
|
|||
$(MKDIR_P) $(dir $@)
|
||||
$(M4) -Dfname="$@" $< > $@
|
||||
|
||||
# Flat volume
|
||||
|
||||
module_flat_volume_la_SOURCES = modules/module-flat-volume.c
|
||||
module_flat_volume_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_flat_volume_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
||||
|
||||
# Simple protocol
|
||||
|
||||
module_simple_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue