From 2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Sun, 7 Oct 2018 09:27:30 +0200 Subject: [PATCH] Makefile.modules: SER_MOD_INTERFACE/KAMAILIO_MOD_INTERFACE cleanup after commit #1f70d062b0b9cf1e --- src/Makefile.modules | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Makefile.modules b/src/Makefile.modules index 8649db27560..7c3722d03e1 100644 --- a/src/Makefile.modules +++ b/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