[Asterisk-cvs] asterisk-addons/asterisk-ooh323c Makefile.am, 1.4, 1.5

twisted twisted
Tue Oct 11 21:59:43 CDT 2005


Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c
In directory mongoose.digium.com:/tmp/cvs-serv2686

Modified Files:
	Makefile.am 
Log Message:
seeting correct channel type to avoid conflict with chan_h323 already in tree.

vphirke -- please regenerate Makefile.in


Index: Makefile.am
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	19 Aug 2005 19:49:38 -0000	1.4
+++ Makefile.am	12 Oct 2005 01:54:32 -0000	1.5
@@ -19,10 +19,10 @@
 	$(MAKE) "CFLAGS = -g -DGNU -D_GNU_SOURCE -D_REENTRANT" all
 
 install: 
-	cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_h323.so
+	cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
 
 sample:
-	cp h323.conf.sample /etc/asterisk/h323.conf
+	cp h323.conf.sample /etc/asterisk/ooh323.conf
 
 
 EXTRA_DIST = extensions.conf h323.conf README COPYING




More information about the svn-commits mailing list