Module: kamailio Branch: master Commit: 2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7 URL: https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-10-07T09:27:30+02:00
Makefile.modules: SER_MOD_INTERFACE/KAMAILIO_MOD_INTERFACE cleanup after commit #1f70d062b0b9cf1e
---
Modified: src/Makefile.modules
---
Diff: https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76... Patch: https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76...
---
diff --git a/src/Makefile.modules b/src/Makefile.modules index 8649db2756..7c3722d03e 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