summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-12 02:26:49 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-12 02:26:49 +0000
commit49d601cbf2f50bfa21bc62f48ded01eb7f768d8a (patch)
tree2f55a5f8f93cf27b21e364eeb61be5a01d65eefc /Makefile
parent5349adbff16691dbc4243738468d0105cea54c03 (diff)
fix some compilation issues (bug #4039)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@643 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 635f81c..993a0fb 100755
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,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
fxsdump: fxsdump.o
$(CC) -o fxsdump fxsdump.o -lm
@@ -233,6 +233,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