summaryrefslogtreecommitdiff
path: root/agi
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-07-15 16:40:05 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-07-15 16:40:05 +0000
commit396ef6f9e7447e443c7dcd491a7ae47eff0e9877 (patch)
tree6710f23464cdc313d919ab803aae67e1d4f9b631 /agi
parentad2a107e334979a7fe5fe89f2cb895fb9c47b9c4 (diff)
use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37653 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile2
1 files changed, 1 insertions, 1 deletions
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