aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-18 22:10:23 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-18 22:10:23 +0000
commitce5142548aec3232bfadef8268e433957adb5f25 (patch)
treeb992c688ca879830554e5b2fa4124a3a37fe9cbb /sounds/Makefile
parent24db41e5ae269bc89b268809bdcb6d281ec4bf9a (diff)
allow external build systems to extract the required sound file versions
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@61678 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 807613b1e..7574942fa 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)