[asterisk-commits] branch russell/make_menuconfig - r7464 in /team/russell/make_menuconfig: ./ pbx/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Dec 13 00:40:21 CST 2005


Author: russell
Date: Tue Dec 13 00:40:19 2005
New Revision: 7464

URL: http://svn.digium.com/view/asterisk?rev=7464&view=rev
Log:
add support for pbx modules

Modified:
    team/russell/make_menuconfig/build_options.xml
    team/russell/make_menuconfig/pbx/Makefile

Modified: team/russell/make_menuconfig/build_options.xml
URL: http://svn.digium.com/view/asterisk/team/russell/make_menuconfig/build_options.xml?rev=7464&r1=7463&r2=7464&view=diff
==============================================================================
--- team/russell/make_menuconfig/build_options.xml (original)
+++ team/russell/make_menuconfig/build_options.xml Tue Dec 13 00:40:19 2005
@@ -345,6 +345,34 @@
 </category>
 
 <category>
+	<name>PBX_LIBS</name>
+	<member>
+		<name>pbx_config.so</name>
+		<description></description>
+	</member>
+	<member>
+		<name>pbx_spool.so</name>
+		<description></description>
+	</member>
+	<member>
+		<name>pbx_dundi.so</name>
+		<description></description>
+	</member>
+	<member>
+		<name>pbx_loopback.so</name>
+		<description></description>
+	</member>
+	<member>
+		<name>pbx_realtime.so</name>
+		<description></description>
+	</member>
+	<member>
+		<name>pbx_ael.so</name>
+		<description></description>
+	</member>
+</category>
+
+<category>
 	<name>RES_MODULES</name>
 	<member>
 		<name>res_indications.so</name>

Modified: team/russell/make_menuconfig/pbx/Makefile
URL: http://svn.digium.com/view/asterisk/team/russell/make_menuconfig/pbx/Makefile?rev=7464&r1=7463&r2=7464&view=diff
==============================================================================
--- team/russell/make_menuconfig/pbx/Makefile (original)
+++ team/russell/make_menuconfig/pbx/Makefile Tue Dec 13 00:40:19 2005
@@ -11,8 +11,10 @@
 # the GNU General Public License
 #
 
+ifeq ($(PBX_LIBS),)
 PBX_LIBS=pbx_config.so pbx_spool.so pbx_dundi.so pbx_loopback.so pbx_realtime.so \
          pbx_ael.so
+endif
 
 ifeq ($(findstring BSD,${OSARCH}),BSD)
   CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib



More information about the asterisk-commits mailing list