Module: kamailio Branch: master Commit: 2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7 URL: https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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/2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7.diff Patch: https://github.com/kamailio/kamailio/commit/2b8c4f1d4f5e5110ad1ed15b2a228a76122eb8f7.patch --- 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 _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
