From dec9d420feb1a505f3a243395937d3b87651afe8 Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 15 Aug 2003 04:39:05 +0000 Subject: Bug #91 Can't open /dev/zap/pseudo when no registered spans git-svn-id: http://svn.digium.com/svn/zaptel/trunk@230 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3de148..7f719e4 100755 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ DEVFS=$(shell ps ax | grep -v grep | grep devfsd) TZOBJS=zonedata.lo tonezone.lo LIBTONEZONE=libtonezone.so.1.0 MODULES=zaptel.o tor2.o torisa.o wcusb.o wcfxo.o wcfxs.o \ - ztdynamic.o ztd-eth.o wct1xxp.o wct4xxp.o # ztdummy.o + ztdynamic.o ztd-eth.o wct1xxp.o wct4xxp.o wcs3200p.o # ztdummy.o #MODULES+=wcfxsusb.o ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi) #PRIMARY=wcfxsusb @@ -127,6 +127,9 @@ wct4xxp.o:wct4xxp.c zaptel.h wcfxs.o:wcfxs.c zaptel.h gcc $(KFLAGS) -c wcfxs.c +wcs3200p.o:wcs3200p.c zaptel.h + gcc $(KFLAGS) -c wcs3200p.c + ztdummy.o:ztdummy.c ztdummy.h gcc $(KFLAGS) -c ztdummy.c -- cgit v1.2.3