[svn-commits] kpfleming: branch 1.4 r61678 - /branches/1.4/sounds/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Apr 18 15:10:24 MST 2007


Author: kpfleming
Date: Wed Apr 18 17:10:23 2007
New Revision: 61678

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61678
Log:
allow external build systems to extract the required sound file versions

Modified:
    branches/1.4/sounds/Makefile

Modified: branches/1.4/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/sounds/Makefile?view=diff&rev=61678&r1=61677&r2=61678
==============================================================================
--- branches/1.4/sounds/Makefile (original)
+++ branches/1.4/sounds/Makefile Wed Apr 18 17:10:23 2007
@@ -150,3 +150,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