diff options
| author | Colin Guthrie <cguthrie@mandriva.org> | 2009-11-16 23:36:44 +0000 | 
|---|---|---|
| committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-11-16 23:37:00 +0000 | 
| commit | 9f415841f51e1bf8afe4f6cb2e506592d416cd92 (patch) | |
| tree | 00a3a12466a2ef15b81c07f8eb2b9f2bd0788dfd | |
| parent | 8edf2f0ed81a1c5d823e88a04e073af075aaeb13 (diff) | |
build-sys: Fix missing trailing slash in 14eaf2
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 21629f97..171a4a0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -146,7 +146,7 @@ EXTRA_DIST = \  		daemon/pulseaudio.desktop.in \  		map-file \  		daemon/pulseaudio-system.conf \ -		modules/alsa/mixer/profile-sets/90-pulseaudio.rules +		modules/alsa/mixer/profile-sets/90-pulseaudio.rules \  		${ALSA_PROFILES} \  		${ALSA_PATHS} | 
