mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
we don't need to be so noisy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4627 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bbb2035ee5
commit
d6547b8081
@ -12,7 +12,7 @@ OSARCH=`uname -s`
|
|||||||
|
|
||||||
LIBTOOL=$(switch_builddir)/libtool
|
LIBTOOL=$(switch_builddir)/libtool
|
||||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||||
TOUCH_TARGET=if test -f "$@" ; then touch "$@" ; fi ;
|
TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;
|
||||||
|
|
||||||
if CRASHPROT
|
if CRASHPROT
|
||||||
AM_CFLAGS += -DCRASH_PROT
|
AM_CFLAGS += -DCRASH_PROT
|
||||||
|
@ -299,7 +299,7 @@ AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
|
|||||||
BASE = $(switch_srcdir)
|
BASE = $(switch_srcdir)
|
||||||
OSARCH = `uname -s`
|
OSARCH = `uname -s`
|
||||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||||
TOUCH_TARGET = if test -f "$@" ; then touch "$@" ; fi ;
|
TOUCH_TARGET = @if test -f "$@" ; then touch "$@" ; fi ;
|
||||||
libfreeswitch_la_SOURCES = \
|
libfreeswitch_la_SOURCES = \
|
||||||
src/switch_apr.c \
|
src/switch_apr.c \
|
||||||
src/switch_buffer.c \
|
src/switch_buffer.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user