Module: kamailio Branch: master Commit: 8d6804ad08008b001a66d4454a75dff6694630ed URL: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-12-08T10:05:37+01:00
Makefile.defs: updated the path to core when not using main makefile
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6... Patch: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index f9b0a33..3ec0026 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -32,7 +32,7 @@ ifeq (,$(main_makefile)) # if not called from the main makefile (module, lib or ut): # include config.mak, but if not present or incomplete (makefile_defs!=1) # don't export the vars) -COREPATH?= ../.. +COREPATH?= ../../src/ include $(COREPATH)/config.mak ifeq ($(quiet),verbose) $(info config.mak included)