From 42d4c7991cc648294965070cc0f053a4611408e1 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 11 Dec 1999 20:09:45 +0000 Subject: Version 0.1.1 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbx/Makefile') 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 # @@ -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") -- cgit v1.2.3