You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/lcr_rate/Makefile

10 lines
185 B

include ../../Makefile.defs
auto_gen=
NAME=lcr_rate.so
DEFS+=-DKAMAILIO_MOD_INTERFACE -D_GNU_SOURCE
DEFS+=$(shell mysql_config --cflags)
LIBS+=-lswrate
include ../../Makefile.modules