aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 23:53:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 23:53:26 +0000
commit20ab623907fa09cdb7abd31435950d6402b3a00a (patch)
tree21477ad858bc63ce66f1f8d38f50d24b9286bc7d /makeopts.in
parent57f6f3558017c7d769d8b7df64e1737ffff25734 (diff)
Add configure script checking for GTK2 and some additional Makefile targets
to support gmenuselect git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58947 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 bda778e63..c5a249e66 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@