summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-19 15:52:57 +0000
committerMark Spencer <markster@digium.com>2004-07-19 15:52:57 +0000
commited42d3074de60387c22e7f07da47a262e9e736a2 (patch)
tree55c91d4a99cb56b2dc87e859ee262873461fae30 /codecs
parenteb8068322205a3e14ba86a0cd73d1ab0c11c8113 (diff)
Merge mic's minor patchlet (bug #2092)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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