fix build issue from tone2wav
This commit is contained in:
parent
c8a897b90c
commit
94cf078a4d
|
@ -286,7 +286,7 @@ endif
|
||||||
##
|
##
|
||||||
tone2wav_SOURCES = src/tone2wav.c
|
tone2wav_SOURCES = src/tone2wav.c
|
||||||
tone2wav_CFLAGS = $(AM_CFLAGS)
|
tone2wav_CFLAGS = $(AM_CFLAGS)
|
||||||
tone2wav_LDFLAGS = $(AM_LDFLAGS) -lm
|
tone2wav_LDFLAGS = $(AM_LDFLAGS) $(CORE_LIBS)
|
||||||
tone2wav_LDADD = libfreeswitch.la
|
tone2wav_LDADD = libfreeswitch.la
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue