From: Kevin P. Fleming Date: Wed, 18 Apr 2007 22:10:23 +0000 (+0000) Subject: allow external build systems to extract the required sound file versions X-Git-Tag: 1.4.7.1~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b823c62709c5fb13e2f888a37fb295f990e7e494;p=thirdparty%2Fasterisk.git 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 --- diff --git a/sounds/Makefile b/sounds/Makefile index 807613b1eb..7574942fad 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -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)