mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
mod_hash: Add dependency on libesl.so
Temporary fix, esl autotoolification is pending... Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
0ed54079e4
commit
209ef00dad
@ -4,6 +4,7 @@ MODNAME=mod_hash
|
||||
ESL_DIR=$(switch_srcdir)/libs/esl
|
||||
|
||||
mod_LTLIBRARIES = mod_hash.la
|
||||
mod_hash_la_DEPENDENCIES = $(ESL_DIR)/libesl.so
|
||||
mod_hash_la_SOURCES = mod_hash.c
|
||||
mod_hash_la_CFLAGS = $(AM_CFLAGS) -I$(ESL_DIR)/src/include
|
||||
mod_hash_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user