aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 16:42:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 16:42:30 +0000
commit1a38832878390d0ad229c5c5f7f761ef1848d5ce (patch)
tree3543716ee397ebe48f164937b5b2a7ad7ab30143 /formats/Makefile
parent4afa88f8510cc7041901aa7e8ded877d02a0703f (diff)
depend stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1375 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/Makefile')
-rwxr-xr-xformats/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 37242bc0d..4ee85f489 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -32,7 +32,9 @@ clean:
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<
+ifneq ($(wildcard .depend),)
include .depend
+endif
format_mp3.so : format_mp3.o
$(CC) -shared -Xlinker -x -o $@ $< -lm