aboutsummaryrefslogtreecommitdiffstats
path: root/astman/Makefile
diff options
context:
space:
mode:
authormatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-10 20:39:12 +0000
committermatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-10 20:39:12 +0000
commitba9c4be35b5818f98f60508a2458b5bd78ccea3f (patch)
treebef8ba28b15990e870de59e2ea4e0cc8d486d5ac /astman/Makefile
parentb8ed719ad6acba6f213f737749c9823af2836708 (diff)
lun mar 10 21:39:02 CET 2003
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@638 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'astman/Makefile')
-rwxr-xr-xastman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 106affcd8..239b11b0e 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -15,5 +15,5 @@ none:
clean:
rm -f *.o astman
-astman: astman.o
- $(CC) -o astman astman.o -lnewt
+astman: astman.o ../md5.o
+ $(CC) -o astman astman.o ../md5.o -lnewt