From 666f568eb1e7ea9470e041ca81cbe41557b14c11 Mon Sep 17 00:00:00 2001 From: rizzo Date: Wed, 4 Oct 2006 22:50:48 +0000 Subject: put linker flags in ASTLDFLAGS where they belong git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44407 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7e8031b8..96d2babf0 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,8 @@ ifeq ($(AST_DEVMODE),yes) endif ifneq ($(findstring BSD,$(OSARCH)),) - ASTCFLAGS+=-I/usr/local/include -L/usr/local/lib + ASTCFLAGS+=-I/usr/local/include + ASTLDFLAGS+=-L/usr/local/lib endif ifneq ($(PROC),ultrasparc) -- cgit v1.2.3