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.
sems/apps/dsm/mods/mod_sbc/Makefile

13 lines
321 B

plug_in_name = mod_sbc
DSMPATH ?= ../..
SBCPATH ?= $(DSMPATH)/../sbc
module_ldflags =
module_cflags = -DMOD_NAME=\"$(plug_in_name)\" -I$(DSMPATH) \
-I$(SBCPATH) -I$(SBCPATH)/call_control/dsm
COREPATH ?=$(DSMPATH)/../../core
lib_full_name = $(DSMPATH)/mods/lib/$(lib_name)
include $(DSMPATH)/mods/Makefile.dsm_module