From 5008225fcf3476929a5bcb49b06c9762deba2ec1 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 25 Aug 2006 00:13:03 +0000 Subject: get cflags for libcurl as well as libs (patch from qwell) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41023 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index eb80fc970..da986d33c 100644 --- a/makeopts.in +++ b/makeopts.in @@ -53,7 +53,8 @@ AST_DEVMODE=@AST_DEVMODE@ ASOUND_INCLUDE=@ALSA_INCLUDE@ ASOUND_LIB=@ALSA_LIB@ -CURL_LIB=@CURLLIB@ +CURL_INCLUDE=@CURL_INCLUDE@ +CURL_LIB=@CURL_LIB@ CURSES_INCLUDE=@CURSES_INCLUDE@ CURSES_LIB=@CURSES_LIB@ -- cgit v1.2.3