role-cork: prepare merge with role-ducking: move most code to stream-interaction.c

Filename suggested by Tanu, as it includes both, cork and duck.
This commit is contained in:
Georg Chini 2015-03-26 21:54:21 +01:00 committed by Tanu Kaskinen
parent 16660789ca
commit f12102857a
4 changed files with 401 additions and 337 deletions

View file

@ -1953,7 +1953,8 @@ module_augment_properties_la_LIBADD = $(MODULE_LIBADD)
module_augment_properties_la_CFLAGS = $(AM_CFLAGS) -DDESKTOPFILEDIR=\"/usr/share/applications\"
# Cork certain streams while others are active (e.g. cork music when phone streams appear)
module_role_cork_la_SOURCES = modules/module-role-cork.c
module_role_cork_la_SOURCES = modules/module-role-cork.c \
modules/stream-interaction.c modules/stream-interaction.h
module_role_cork_la_LDFLAGS = $(MODULE_LDFLAGS)
module_role_cork_la_LIBADD = $(MODULE_LIBADD)
module_role_cork_la_CFLAGS = $(AM_CFLAGS)