[svn-commits] kpfleming: trunk r61679 - in /trunk: ./ sounds/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Apr 18 15:11:02 MST 2007


Author: kpfleming
Date: Wed Apr 18 17:11:02 2007
New Revision: 61679

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61679
Log:
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

........

Modified:
    trunk/   (props changed)
    trunk/sounds/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/sounds/Makefile?view=diff&rev=61679&r1=61678&r2=61679
==============================================================================
--- trunk/sounds/Makefile (original)
+++ trunk/sounds/Makefile Wed Apr 18 17:11:02 2007
@@ -149,3 +149,9 @@
 uninstall:
 	rm -rf $(SOUNDS_DIR)
 	rm -rf $(MOH_DIR)
+
+core_sounds_version:
+	@echo $(CORE_SOUNDS_VERSION)
+
+extra_sounds_version:
+	@echo $(EXTRA_SOUNDS_VERSION)



More information about the svn-commits mailing list