summaryrefslogtreecommitdiff
path: root/kernel/xpp/utils
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-27 21:48:30 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-27 21:48:30 +0000
commit39a3d9b55d34655ab9f384b404f895bdd6fb7546 (patch)
tree90db7534a0ddea2593ef1148c3f2a396bc2262ca /kernel/xpp/utils
parentcd81703764c4d2884c60f3632f15d5bfc44dc31d (diff)
The location of the fxo_modes structure changed.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4100 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/xpp/utils')
-rw-r--r--kernel/xpp/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/utils/Makefile b/kernel/xpp/utils/Makefile
index d880842..1651154 100644
--- a/kernel/xpp/utils/Makefile
+++ b/kernel/xpp/utils/Makefile
@@ -49,7 +49,7 @@ ifeq (,$(PBX_LIBUSB))
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)