summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2000-05-02 19:18:58 +0000
committerMark Spencer <markster@digium.com>2000-05-02 19:18:58 +0000
commite69da9d0abc3144f56cf3231cd87befe87f78d07 (patch)
tree675504d06dff74bca011a0bc2fe00b45ab7cba37 /pbx/Makefile
parent426381275d5ee3625029eaa4feece1e4aa345928 (diff)
Version 0.1.3 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index c32e8e686..a81b5f664 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -18,7 +18,7 @@ PBX_LIBS=pbx_config.so # pbx_gtkconsole.so pbx_kdeconsole.so
# Add GTK console if appropriate
PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
# Add KDE Console if appropriate
-PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
+#PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
GTK_FLAGS=`gtk-config --cflags gthread`