dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@61679 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-04-18 22:11:02 +00:00
parent ba90ed12c2
commit a839730dba
1 changed files with 6 additions and 0 deletions

View File

@ -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)