From bd42e66008405614b57d16790bfa4f8b89662d69 Mon Sep 17 00:00:00 2001 From: malcolmd Date: Wed, 7 Jan 2004 22:40:48 +0000 Subject: Adding INCLUDE statement per Bug #672 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1897 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 769304a1f..92dbdb153 100755 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi) ifeq (${OSARCH},FreeBSD) CFLAGS+=-pthread +INCLUDE+=-I/usr/local/include endif ifeq (${OSARCH},OpenBSD) CFLAGS+=-pthread -- cgit v1.2.3