Module: kamailio
Branch: master
Commit: b84859acc22be08cad2ef1500aba5ca4fb42e72e
URL:
https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: 2019-03-16T07:36:25+01:00
Merge pull request #1891 from mslehto/old_modules_dir
Makefile: give warning when old modules directory is found
---
Modified: Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca…
Patch:
https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca…
---
diff --git a/Makefile b/Makefile
index f0df1b6396..6d4abe6e90 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ KSR_DIR ?= src/
# default target for makefile
.DEFAULT_GOAL := default
+ifneq ($(wildcard modules),)
+$(warning "old Kamailio modules directory found, you should clean that")
+endif
# strip the src/ from the path to modules
SMODPARAM=