summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-16 20:41:09 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-16 20:41:09 +0000
commit7f93aa81da612e6f818036f78ad996f1e69ee52d (patch)
tree05be768029f10d510dd4f3a761bced0f7d60328c
parenta486ad7aa7edcf2ce55a2b98e56c57046bd726fd (diff)
add the new wcte11xp module
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@476 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9c88cb..8cb0680 100755
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ endif
TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
- ztdynamic ztd-eth wct1xxp wct4xxp # ztdummy
+ ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy
#MODULES+=wcfxsusb
MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )