summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2012-07-25 12:37:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2012-07-25 12:37:58 +0000
commit67f8a62fc97963e69b1fc9c5e0e47718d692c7d5 (patch)
tree5bc0f2299cf4f9c578cc39799a15ec8fe58fc599 /main/Makefile
parent7d4ccea736c1ce325de00c23dee28c61de47e638 (diff)
Use an absolute path when referring to the embedded editline directory.
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
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 0ff0deaf8..aa8dfb6ba 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -146,7 +146,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
ifneq ($(LIBEDIT_INTERNAL),no)
LIBEDIT_OBJ=editline/libedit.a
-LIBEDIT_INCLUDE=-Ieditline
+LIBEDIT_INCLUDE=-I$(ASTTOPDIR)/main/editline
endif
db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)