mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
small improvement :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
22
res/Makefile
22
res/Makefile
@@ -76,6 +76,17 @@ install: all
|
||||
rm -f $(DESTDIR)$(MODULES_DIR)/app_agi.so
|
||||
rm -f $(DESTDIR)$(MODULES_DIR)/res_parking.so
|
||||
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
|
||||
@if [ x`which mpg123 2>/dev/null | grep -v '^no'` != x ] ; then \
|
||||
if mpg123 --longhelp 2>&1 | grep -q .59r 2>&1 >/dev/null ; then echo ; else \
|
||||
echo "*************************************************************";\
|
||||
echo "*** You have the WRONG version of mpg123... you need .59r ***";\
|
||||
echo "*** Use 'make mpg123' to get the right verison ***";\
|
||||
echo "*************************************************************";\
|
||||
fi ;\
|
||||
else \
|
||||
echo "*** You don't have mpg123 installed. You may need ***";\
|
||||
echo "*** it if you want to use MusicOnHold ***";\
|
||||
fi
|
||||
|
||||
res_crypto.so: res_crypto.o
|
||||
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CRYPTO_LIBS)
|
||||
@@ -105,17 +116,6 @@ endif
|
||||
depend: .depend
|
||||
|
||||
.depend:
|
||||
@if [ x`which mpg123 2>/dev/null | grep -v '^no'` != x ] ; then \
|
||||
if mpg123 --longhelp 2>&1 | grep -q .59r 2>&1 >/dev/null ; then echo ; else \
|
||||
echo "*************************************************************";\
|
||||
echo "*** You have the WRONG version of mpg123... you need .59r ***";\
|
||||
echo "*** Use 'make mpg123' to get the right verison ***";\
|
||||
echo "*************************************************************";\
|
||||
fi ;\
|
||||
else \
|
||||
echo "*** You don't have mpg123 installed. You're going to need ***";\
|
||||
echo "*** it if you want MusicOnHold ***";\
|
||||
fi
|
||||
../build_tools/mkdep $(CFLAGS) `ls *.c`
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user