Author: sruffell
Date: Thu Mar 27 16:48:30 2008
New Revision: 4100
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4100
a>
Log:
The location of the fxo_modes structure changed.
Modified:
branches/1.4/kernel/xpp/utils/Makefile
Modified: branches/1.4/kernel/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel
/xpp/utils/Makefile?view=diff&rev=4100&r1=4099&r
2=4100
============================================================
==================
--- branches/1.4/kernel/xpp/utils/Makefile (original)
+++ branches/1.4/kernel/xpp/utils/Makefile Thu Mar 27
16:48:30 2008
 -49,7
+49,7 
PBX_LIBUSB = $(shell if [ -r /usr/include/usb.h ]; then
echo 1; else echo 0; fi)
endif
-WCTDM=$(ZAP_KERNEL)/wctdm.c
+WCTDM=$(ZAP_KERNEL)/fxo_modes.h
CFLAGS = -g -Wall $(EXTRA_CFLAGS)
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
zaptel-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/zaptel-commits
a>
|