mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
allow external build systems to extract the required sound file versions
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@61678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -150,3 +150,9 @@ install: $(SOUNDS_DIR) $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND
|
||||
uninstall:
|
||||
rm -rf $(SOUNDS_DIR)
|
||||
rm -rf $(MOH_DIR)
|
||||
|
||||
core_sounds_version:
|
||||
@echo $(CORE_SOUNDS_VERSION)
|
||||
|
||||
extra_sounds_version:
|
||||
@echo $(EXTRA_SOUNDS_VERSION)
|
||||
|
Reference in New Issue
Block a user