aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 15:52:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 15:52:57 +0000
commit6dbcbe8b1ef7fecd79510b3d2c0894792f941a11 (patch)
tree55c91d4a99cb56b2dc87e859ee262873461fae30 /codecs
parent1bda78c0c9708eea2261288848292c3c434a3b23 (diff)
Merge mic's minor patchlet (bug #2092)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3478 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 43c4e13db..82d8f458e 100755
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -86,7 +86,9 @@ codec_lpc10.so: codec_lpc10.o $(LIBLPC10)
%.so : %.o
$(CC) $(SOLINK) -o $@ $<
+ifneq ($(wildcard .depend),)
include .depend
+endif
install: all
for x in $(CODECS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done