This patch changes the build system to refer to the embedded editline directory
using an absolute path, which will resolve a problem seen on the CentOS
automated build agents.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370482
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ifneq ($(LIBEDIT_INTERNAL),no)
LIBEDIT_OBJ=editline/libedit.a
-LIBEDIT_INCLUDE=-Ieditline
+LIBEDIT_INCLUDE=-I$(ASTTOPDIR)/main/editline
endif
db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)