소스 검색

Makefile.modules: SER_MOD_INTERFACE/KAMAILIO_MOD_INTERFACE cleanup after commit #1f70d062b0b9cf1e

Henning Westerholt 7 년 전
부모
커밋
2b8c4f1d4f
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      src/Makefile.modules

+ 0 - 7
src/Makefile.modules

@@ -61,13 +61,6 @@ override static_modules_path=
 DEFS += -DMOD_NAME='"$(MOD_NAME)"'
 
 
-ifeq (,$(findstring -DSER_MOD_INTERFACE, $(DEFS)))
-	MODIFACE=-DKAMAILIO_MOD_INTERFACE
-else
-	MODIFACE=-DSER_MOD_INTERFACE
-endif
-
-
 ifneq ($(makefile_defs_included),1)
 $(error "the local makefile does not include Makefile.defs!")
 endif