summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-18 02:45:49 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-18 02:45:49 +0000
commitf615f1b605286fd6c74d2ff1039be1d51b8466cb (patch)
tree1413fb996366adb00d266961882fd85fdb19cacd
parent7f93aa81da612e6f818036f78ad996f1e69ee52d (diff)
fix Makefile for wcte11xp
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@477 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cb0680..976bfde 100755
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,9 @@ wcfxo.o: wcfxo.c zaptel.h
wct1xxp.o:wct1xxp.c zaptel.h
$(HOSTCC) $(KFLAGS) -c wct1xxp.c
+wcte11xp.o:wcte11xp.c zaptel.h
+ ${HOSTCC) ${KFLAGS) -c wcte11xp.c
+
wct4xxp.o:wct4xxp.c zaptel.h
$(HOSTCC) $(KFLAGS) -c wct4xxp.c