aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 19:33:26 +0000
committerautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 19:33:26 +0000
commitc42c4096d835db278322522505b1a68b66b93efe (patch)
treea310f16561d035e7169223acad17688957552302 /Makefile
parent72859c2a187b0dac6bb9b595196a59abb781bfbb (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@75303 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16bda5568..bbef57878 100644
--- a/Makefile
+++ b/Makefile
@@ -799,7 +799,7 @@ samples: adsi
fi; \
done
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
- for x in sounds/*.mp3; do \
+ for x in sounds/moh/*.mp3 sounds/moh/LICENSE; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
done
rm -f $(DESTDIR)$(ASTVARLIBDIR)/mohmp3/sample-hold.mp3