[svn-commits] branch group/autoconf_and_menuselect r20327 - /team/group/autoconf_and_menuse...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 15 10:33:51 MST 2006


Author: russell
Date: Sat Apr 15 12:33:49 2006
New Revision: 20327

URL: http://svn.digium.com/view/asterisk?rev=20327&view=rev
Log:
there is no need to set GTK_LIBS and GTK_FLAGS in the Makefile anymore,
configure sets them

Modified:
    team/group/autoconf_and_menuselect/pbx/Makefile

Modified: team/group/autoconf_and_menuselect/pbx/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/pbx/Makefile?rev=20327&r1=20326&r2=20327&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/pbx/Makefile (original)
+++ team/group/autoconf_and_menuselect/pbx/Makefile Sat Apr 15 12:33:49 2006
@@ -13,9 +13,6 @@
 
 MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%.so,$(wildcard pbx_*.c)))
 
-# XXX To be removed once these are set with autoconf
-GTK_FLAGS=`${CROSS_COMPILE_BIN}gtk-config --cflags gthread`
-GTK_LIBS=`${CROSS_COMPILE_BIN}gtk-config --libs gthread`
 MOC=$(QTDIR)/bin/moc
 KDE_FLAGS=-I$(KDEDIR)/include -I$(KDEDIR)/include/kde -I$(QTDIR)/include
 KDE_LIBS=-L$(KDEDIR)/lib -L$(QTDIR)/lib -lqt -lkdecore -lkdeui



More information about the svn-commits mailing list