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/sbc/call_control/dsm/Makefile

12 lines
300 B

plug_in_name = cc_dsm
SEMSPATH ?= ../../../..
COREPATH ?= $(SEMSPATH)/core
sbc_app_path = $(SEMSPATH)/apps/sbc
dsm_app_path = $(SEMSPATH)/apps/dsm
module_ldflags =
module_cflags = -DMOD_NAME=\"$(plug_in_name)\" -I$(sbc_app_path) -I$(dsm_app_path)
include $(COREPATH)/plug-in/Makefile.app_module