summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-30 19:44:34 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-30 19:44:34 +0000
commit1048c6846c5f49fa5b032cbf962fed6bad947179 (patch)
tree60b230ce84f764dd8d8e549f3d3f0089a09920a8 /Makefile
parentb642e8ea1c42b82302b624947a12456a46e82dfb (diff)
Small test program to set the echo cancellation mode on the FXO module
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@527 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b9c35b..39585f6 100755
--- a/Makefile
+++ b/Makefile
@@ -233,6 +233,9 @@ usbfxstest: usbfxstest.o
fxstest: fxstest.o
$(CC) -o fxstest fxstest.o -ltonezone
+fxotune: fxotune.o
+ $(CC) -o fxotune fxotune.o
+
fxsdump: fxsdump.o
$(CC) -o fxsdump fxsdump.o -lm