diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-17 21:40:43 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-17 21:40:43 +0100 |
commit | 9d081fd7a4c36606854008ae72c960d419399e9a (patch) | |
tree | 0649492be7fc0efd31a4591c7a6ea342c478db4b /tests/Makefile.am | |
parent | 007d3af477529ac3d4f645001815a73788e70fbe (diff) | |
parent | f7d98d5d61055dbe05effdf35f600607203b7377 (diff) | |
download | ayatana-indicator-sound-9d081fd7a4c36606854008ae72c960d419399e9a.tar.gz ayatana-indicator-sound-9d081fd7a4c36606854008ae72c960d419399e9a.tar.bz2 ayatana-indicator-sound-9d081fd7a4c36606854008ae72c960d419399e9a.zip |
merges of kens fixes
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 8d24b2b..620668e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,7 +32,8 @@ test_indicator_sound_CFLAGS = \ test_indicator_sound_LDADD = \ libmockpulse.la \ $(PULSEAUDIO_LIBS) \ - $(APPLET_LIBS) + $(APPLET_LIBS) \ + ../src/libsoundmenu.la ######################################### |