aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 00:13:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 00:13:03 +0000
commit1b84395d17cc86f90b3e7e396f6ce8dab38ddb07 (patch)
tree86b2d29a2f56e70748bcf9b32df3fbc109a5c662 /makeopts.in
parent6cea97bf72362558a8701e97d3f2ef0216cd2bb1 (diff)
get cflags for libcurl as well as libs (patch from qwell)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41023 f38db490-d61c-443f-a65b-d21fe96a405b
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@