From 89466547b9547e0786e3919acab787f669798443 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Feb 2015 14:05:39 -0600 Subject: Putting an interface in for volume control --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b6f006a..479d01a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,6 +43,7 @@ vala_add(indicator-sound-service DEPENDS sound-menu volume-control + volume-control-pulse media-player media-player-list mpris2-interfaces @@ -51,6 +52,11 @@ vala_add(indicator-sound-service vala_add(indicator-sound-service volume-control.vala ) +vala_add(indicator-sound-service + volume-control-pulse.vala + DEPENDS + volume-control +) vala_add(indicator-sound-service media-player.vala ) -- cgit v1.2.3