aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-18 22:11:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-18 22:11:02 +0000
commita839730dbad7e57168da37653318ddd19b5bd421 (patch)
treea8d491869758667840a70c77a5cbf7c9eea5ecf0 /sounds/Makefile
parentba90ed12c24debd2bfe64bfbc5e41934c7f18795 (diff)
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
Diffstat (limited to 'sounds/Makefile')
-rw-r--r--sounds/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 7bb0e2610..31e2753a0 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -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)