diff options
author | Ted Gould <ted@gould.cx> | 2015-01-29 17:31:24 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-01-29 17:31:24 +0000 |
commit | 9aa6a9af39006d4bceb445aeb9707559f40424f1 (patch) | |
tree | 1ad26fe8bfa0a60a5c2d24c523d45fcfb2abf5b0 /src | |
parent | f393b1688218d1e773f235ca03d49735ed03ff5d (diff) | |
parent | 7f8f6bf4c2da5056fec32c82986c4f5af20113a9 (diff) | |
download | ayatana-indicator-sound-9aa6a9af39006d4bceb445aeb9707559f40424f1.tar.gz ayatana-indicator-sound-9aa6a9af39006d4bceb445aeb9707559f40424f1.tar.bz2 ayatana-indicator-sound-9aa6a9af39006d4bceb445aeb9707559f40424f1.zip |
Build a rudimentary Pulse Audio mock for testing.
Approved by: Antti Kaijanmäki, Jussi Pakkanen, PS Jenkins bot
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c18726c..b6f006a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -163,7 +163,6 @@ add_library( target_link_libraries( indicator-sound-service-lib - ${PULSEAUDIO_LIBRARIES} ${SOUNDSERVICE_LIBRARIES} ) @@ -187,6 +186,7 @@ set_target_properties( target_link_libraries( indicator-sound-service-bin indicator-sound-service-lib + ${PULSEAUDIO_LIBRARIES} ) ########################### |