[sr-dev] git:master:8d6804ad: Makefile.defs: updated the path to core when not using main makefile

Daniel-Constantin Mierla miconda at gmail.com
Thu Dec 8 10:07:14 CET 2016


Module: kamailio
Branch: master
Commit: 8d6804ad08008b001a66d4454a75dff6694630ed
URL: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6694630ed

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/8d6804ad08008b001a66d4454a75dff6694630ed.diff
Patch: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6694630ed.patch

---

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)




More information about the sr-dev mailing list