diff options
author | Ted Gould <ted@gould.cx> | 2014-02-21 15:39:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-21 15:39:32 -0600 |
commit | b00962daf23fe43c7409dbcc735b19d7f74e7241 (patch) | |
tree | f21b8556750128efd85cea9b95bf6bc9eca32c7a /src/CMakeLists.txt | |
parent | 129467f4faccdfd852584bb26da4011d01955239 (diff) | |
download | ayatana-indicator-sound-b00962daf23fe43c7409dbcc735b19d7f74e7241.tar.gz ayatana-indicator-sound-b00962daf23fe43c7409dbcc735b19d7f74e7241.tar.bz2 ayatana-indicator-sound-b00962daf23fe43c7409dbcc735b19d7f74e7241.zip |
Split out the sound settings interface
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7d58afb..280e89a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -83,6 +83,10 @@ vala_add(indicator-sound-service DEPENDS media-player mpris2-interfaces + accounts-service-sound-settings +) +vala_add(indicator-sound-service + accounts-service-sound-settings.vala ) vala_finish(indicator-sound-service |