summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-08-25 00:13:03 +0000
committerRussell Bryant <russell@russellbryant.com>2006-08-25 00:13:03 +0000
commit5008225fcf3476929a5bcb49b06c9762deba2ec1 (patch)
tree86b2d29a2f56e70748bcf9b32df3fbc109a5c662 /makeopts.in
parent310cb52bb48065bf029f67e69c83daf9b138c8af (diff)
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
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 2 insertions, 1 deletions
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@