[svn-commits] branch crichter/0.4.0 r29936 -
/team/crichter/0.4.0/channels/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed May 24 00:46:13 MST 2006
Author: crichter
Date: Wed May 24 02:46:13 2006
New Revision: 29936
URL: http://svn.digium.com/view/asterisk?rev=29936&view=rev
Log:
this is 0.4.0
Modified:
team/crichter/0.4.0/channels/Makefile
Modified: team/crichter/0.4.0/channels/Makefile
URL: http://svn.digium.com/view/asterisk/team/crichter/0.4.0/channels/Makefile?rev=29936&r1=29935&r2=29936&view=diff
==============================================================================
--- team/crichter/0.4.0/channels/Makefile (original)
+++ team/crichter/0.4.0/channels/Makefile Wed May 24 02:46:13 2006
@@ -241,10 +241,10 @@
$(CC) -shared -Xlinker -x -L/usr/lib -o $@ $^ -lisdnnet -lmISDN
chan_misdn.o: chan_misdn.c
- $(CC) $(CFLAGS) -DCHAN_MISDN_VERSION=\"0.3.0\" -c $< -o $@
+ $(CC) $(CFLAGS) -DCHAN_MISDN_VERSION=\"0.4.0\" -c $< -o $@
misdn_config.o: misdn_config.c misdn/chan_misdn_config.h
- $(CC) $(CFLAGS) -DCHAN_MISDN_VERSION=\"0.3.0\" -c $< -o $@
+ $(CC) $(CFLAGS) -DCHAN_MISDN_VERSION=\"0.4.0\" -c $< -o $@
#chan_modem.so : chan_modem.o
# $(CC) -rdynamic -shared -Xlinker -x -o $@ $<
More information about the svn-commits
mailing list