|
|
@ -18,7 +18,7 @@ all: asterisk
|
|
|
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|
|
|
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|
|
|
|
|
|
|
|
|
|
|
|
SRC=$(wildcard *.c)
|
|
|
|
SRC=$(wildcard *.c)
|
|
|
|
OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o say.o
|
|
|
|
OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o
|
|
|
|
OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
|
|
|
|
OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
|
|
|
|
|
|
|
|
|
|
|
|
# we need to link in the objects statically, not as a library, because
|
|
|
|
# we need to link in the objects statically, not as a library, because
|
|
|
@ -26,10 +26,6 @@ OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
|
|
|
|
# objects use it.
|
|
|
|
# objects use it.
|
|
|
|
OBJS+=stdtime/localtime.o
|
|
|
|
OBJS+=stdtime/localtime.o
|
|
|
|
|
|
|
|
|
|
|
|
# At the moment say.o is an optional component which can be overridden
|
|
|
|
|
|
|
|
# by a module.
|
|
|
|
|
|
|
|
OBJS+=say.o
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AST_LIBS += $(OPENSSL_LIB)
|
|
|
|
AST_LIBS += $(OPENSSL_LIB)
|
|
|
|
AST_LIBS += $(BKTR_LIB)
|
|
|
|
AST_LIBS += $(BKTR_LIB)
|
|
|
|
AST_LIBS += $(LIBXML2_LIB)
|
|
|
|
AST_LIBS += $(LIBXML2_LIB)
|
|
|
|