summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>1999-12-11 20:09:45 +0000
committerMark Spencer <markster@digium.com>1999-12-11 20:09:45 +0000
commit42d4c7991cc648294965070cc0f053a4611408e1 (patch)
treebb6f591206d4f084be79aa7a13122fde495ccbed /pbx/Makefile
parent615a54d821f11f1da950b3756b3d80f86f88028d (diff)
Version 0.1.1 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index dc3ed708c..c32e8e686 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -3,7 +3,7 @@
#
# Makefile for PBX frontends (dynamically loaded)
#
-# Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
+# Copyright (C) 1999, Mark Spencer
#
# Mark Spencer <markster@linux-support.net>
#
@@ -16,7 +16,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 && echo "pbx_gtkconsole.so")
+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")