From: Mark Spencer Date: Thu, 12 Apr 2001 17:53:15 +0000 (+0000) Subject: Version 0.1.8 from FTP X-Git-Tag: 0.1.8~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73bec54be056473395f1ecf36e4554da2c5b141a;p=thirdparty%2Fasterisk.git Version 0.1.8 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/Makefile b/pbx/Makefile index a81b5f664b..2d27a30cda 100755 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -13,7 +13,7 @@ -PBX_LIBS=pbx_config.so # pbx_gtkconsole.so pbx_kdeconsole.so +PBX_LIBS=pbx_config.so pbx_wilcalu.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")