Module: sip-router Branch: bpintea/asi_binrpc2 Commit: c5dcf62a1d51962713f61e29e0027bb1f95cb2bc URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5dcf62a...
Author: bpi bpi@machine.office.iptego.net Committer: bpi bpi@machine.office.iptego.net Date: Thu Jan 14 22:31:30 2010 +0100
top level define for SERLIBPATH so that it doesn't have to be defined in every module using a lib
---
Makefile.modules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.modules b/Makefile.modules index f1f172b..7d222f8 100644 --- a/Makefile.modules +++ b/Makefile.modules @@ -58,6 +58,7 @@ MOD_NAME=$(NAME:.so=)
# allow placing modules in separate directory apart from ser core COREPATH ?=../.. +SERLIBPATH ?= $(COREPATH)/lib
ALLDEP=Makefile $(COREPATH)/Makefile.sources $(COREPATH)/Makefile.rules \ $(COREPATH)/Makefile.modules $(COREPATH)/Makefile.dirs $(COREPATH)/config.mak
On Thursday 14 January 2010, Bogdan Pintea wrote:
top level define for SERLIBPATH so that it doesn't have to be defined in every module using a lib
Hi Bogdan,
did i understand you correctly, does this means that we could remove the redundant declarations from the modules Makefiles after you merged this into master?
Cheers,
Henning
Hi Henning,
On 01/15/10 14:46, Henning Westerholt wrote:
did i understand you correctly, does this means that we could remove the redundant declarations from the modules Makefiles after you merged this into master?
Yes, that was the intention.
On the same page of small annoying things, I would have the "-I../.." included in the DEFS for the modules, in the modules' makefile, so the #include "../../some_top_level.h" in modules' source can get a bit shorter.
Cheers, Bogdan.
On 1/15/10 3:12 PM, Bogdan Pintea wrote:
Hi Henning,
On 01/15/10 14:46, Henning Westerholt wrote:
did i understand you correctly, does this means that we could remove the redundant declarations from the modules Makefiles after you merged this into master?
Yes, that was the intention.
On the same page of small annoying things, I would have the "-I../.." included in the DEFS for the modules, in the modules' makefile, so the #include "../../some_top_level.h" in modules' source can get a bit shorter.
that's not annoying, it is feature, lets me know where the heck that file is located...
Daniel