From 661a4f572c9bb0b935848a4a906795c18483bfe2 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sat, 15 Jul 2006 16:40:05 +0000 Subject: use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37653 f38db490-d61c-443f-a65b-d21fe96a405b --- agi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agi') diff --git a/agi/Makefile b/agi/Makefile index 907d5efe4..e65357c5c 100644 --- a/agi/Makefile +++ b/agi/Makefile @@ -16,7 +16,7 @@ AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi ifeq ($(OSARCH),SunOS) - LDFLAGS+=-lsocket -lnsl ../strcompat.o + LIBS+=-lsocket -lnsl ../strcompat.o endif include $(ASTTOPDIR)/Makefile.rules -- cgit v1.2.3