summaryrefslogtreecommitdiff
path: root/formats/Makefile
diff options
context:
space:
mode:
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