diff options
author | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:33:12 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:33:12 +1100 |
commit | a89c6663a0cf1deec82d8492fb897fd8541c1194 (patch) | |
tree | 135796028678eb1df9d65720c26993065a614443 /tests/Makefile.am | |
parent | 2e85d8a7db825a7aef087710abe8159a716df6c7 (diff) | |
download | ayatana-indicator-sound-a89c6663a0cf1deec82d8492fb897fd8541c1194.tar.gz ayatana-indicator-sound-a89c6663a0cf1deec82d8492fb897fd8541c1194.tar.bz2 ayatana-indicator-sound-a89c6663a0cf1deec82d8492fb897fd8541c1194.zip |
More snapshot, just need to deal with other sound-service components now.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7573ea5..5b61b5a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -94,7 +94,8 @@ test_pulse_manager_LDADD = \ libmockpulse.la \ $(PULSEAUDIO_LIBS) \ $(SOUNDSERVICE_LIBS) \ - $(GCONF_LIBS) + $(GCONF_LIBS) \ + $(APPLET_LIBS) ######################################### |