aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:50:48 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:50:48 +0000
commit666f568eb1e7ea9470e041ca81cbe41557b14c11 (patch)
tree298b4f0fedd5490e2f1e21224d52223a43bcd97a /Makefile
parent377c01b10183d6114f9a73fc397983704bd95997 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)