Module: kamailio Branch: master Commit: 8d6804ad08008b001a66d4454a75dff6694630ed URL: https://github.com/kamailio/kamailio/commit/8d6804ad08008b001a66d4454a75dff6694630ed
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@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) _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev