diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-17 14:26:03 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-17 14:26:03 -0400 |
commit | f7d98d5d61055dbe05effdf35f600607203b7377 (patch) | |
tree | 9e8b1321d8de84f58d458d6478107c1117ef4a3f /tests | |
parent | 007d3af477529ac3d4f645001815a73788e70fbe (diff) | |
download | ayatana-indicator-sound-f7d98d5d61055dbe05effdf35f600607203b7377.tar.gz ayatana-indicator-sound-f7d98d5d61055dbe05effdf35f600607203b7377.tar.bz2 ayatana-indicator-sound-f7d98d5d61055dbe05effdf35f600607203b7377.zip |
fix distcheck
Diffstat (limited to 'tests')
-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 ######################################### |