aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:10:40 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:10:40 +0000
commit3142bcc68dbef663ec74cd6d00bd19c014292e15 (patch)
tree277e40f928c59f398ca57e1b649d37702d94a5eb /Makefile
parent3368895878ba68d8a32610dfceed53d799ce9794 (diff)
move FreePlayMusic files into a subdirectory, and include a license statement for them
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@75251 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 d09a42109..f49b762b2 100644
--- a/Makefile
+++ b/Makefile
@@ -795,7 +795,7 @@ samples: adsi
fi; \
done
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
- for x in sounds/*.mp3; do \
+ for x in sounds/moh/*.mp3; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
done
rm -f $(DESTDIR)$(ASTVARLIBDIR)/mohmp3/sample-hold.mp3