summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-20 16:17:17 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-20 16:17:17 +0000
commit334673e99af03698b6aa4771749dd4cde5cfe973 (patch)
tree095bb0857d820953219ede42fda7bc07c5c1a5c0 /Makefile
parentd40e0a8c92e192704bfec1ba7b3abad0f27f2151 (diff)
build fixes for minor zaptel tools (bug #4039)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@630 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a47800d..4b39f9a 100755
--- a/Makefile
+++ b/Makefile
@@ -236,7 +236,7 @@ usbfxstest: usbfxstest.o
$(CC) -o usbfxstest usbfxstest.o -lzap
fxstest: fxstest.o
- $(CC) -o fxstest fxstest.o -ltonezone
+ $(CC) -o fxstest fxstest.o -L. -ltonezone -lm
fxotune: fxotune.o
$(CC) -o fxotune fxotune.o -lm
@@ -247,6 +247,9 @@ fxsdump: fxsdump.o
stackcheck: checkstack $(BUILDVER)
./checkstack *.o
+ztdiag: ztdiag.o
+ $(CC) -o ztdiag ztdiag.o
+
devices:
ifeq ($(DYNFS),)
mkdir -p $(INSTALL_PREFIX)/dev/zap