[asterisk-commits] seanbright: branch group/asterisk-cpp r167256 - /team/group/asterisk-cpp/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 6 13:54:10 CST 2009


Author: seanbright
Date: Tue Jan  6 13:54:10 2009
New Revision: 167256

URL: http://svn.digium.com/view/asterisk?view=rev&rev=167256
Log:
Skip utils/ and agi/ for now.

Modified:
    team/group/asterisk-cpp/Makefile

Modified: team/group/asterisk-cpp/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/asterisk-cpp/Makefile?view=diff&rev=167256&r1=167255&r2=167256
==============================================================================
--- team/group/asterisk-cpp/Makefile (original)
+++ team/group/asterisk-cpp/Makefile Tue Jan  6 13:54:10 2009
@@ -294,7 +294,7 @@
 ASTCFLAGS+=$(MALLOC_DEBUG)$(OPTIONS)
 
 MOD_SUBDIRS:=channels pbx apps codecs formats cdr funcs tests main res $(LOCAL_MOD_SUBDIRS)
-OTHER_SUBDIRS:=utils agi
+OTHER_SUBDIRS:=
 SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS)
 SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install)
 SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)




More information about the asterisk-commits mailing list