aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-23 13:39:36 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-23 13:39:36 +0000
commit6f8879d20d26da71cd69b371a757e2b6225d0018 (patch)
treee014e525d750873b5999923de2d94f226dd8e4f9 /agi
parent6bbf8b59252e567e7343bb66a5f160af488980a4 (diff)
remove duplicate CFLAGS and SOLINK definitions that are
already in the top level Makefile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14351 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/agi/Makefile b/agi/Makefile
index e24587720..bcb7e87fc 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -20,10 +20,6 @@ ifeq ($(OSARCH),SunOS)
LIBS=-lsocket -lnsl ../strcompat.o
endif
-ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
all: depend $(AGIS)
install: all