Skip to content
Snippets Groups Projects
Commit 261b3c4e authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Merged revisions 61678 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r61678 | kpfleming | 2007-04-18 17:10:23 -0500 (Wed, 18 Apr 2007) | 2 lines

allow external build systems to extract the required sound file versions

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 16a08078
No related branches found
No related tags found
No related merge requests found
......@@ -149,3 +149,9 @@ install: $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SO
uninstall:
rm -rf $(SOUNDS_DIR)
rm -rf $(MOH_DIR)
core_sounds_version:
@echo $(CORE_SOUNDS_VERSION)
extra_sounds_version:
@echo $(EXTRA_SOUNDS_VERSION)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment