aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 23:56:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 23:56:10 +0000
commitdd1ff847dd05622530e47cbd4bd9a27932717d22 (patch)
tree73a824358ae30b264e8f3b736205f9ae06157001 /makeopts.in
parente13cf5101342743aed011861058fb1bbe95ae20e (diff)
Merged revisions 58947 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58947 | russell | 2007-03-15 18:53:26 -0500 (Thu, 15 Mar 2007) | 3 lines Add configure script checking for GTK2 and some additional Makefile targets to support gmenuselect ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58948 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 1ed8771da..1bfb8789c 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -84,6 +84,9 @@ GSM_LIB=@GSM_LIB@
GTK_INCLUDE=@GTK_INCLUDE@
GTK_LIB=@GTK_LIB@
+GTK2_INCLUDE=@GTK2_INCLUDE@
+GTK2_LIB=@GTK2_LIB@
+
IKSEMEL_INCLUDE=@IKSEMEL_INCLUDE@
IKSEMEL_LIB=@IKSEMEL_LIB@