[Tleenx-cvs] tleenx2 ChangeLog, 1.119, 1.119.2.1 Makefile.am, 1.8, 1.8.2.1 configure.in, 1.9, 1.9.2
Brought to you by:
hsokolow
From: <hso...@us...> - 2006-10-26 13:01:38
|
Update of /cvsroot/tleenx/tleenx2 In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21849 Modified Files: Tag: tleenx2-iksemel ChangeLog Makefile.am configure.in Log Message: branch,w ktorym przenoszona jest obsluga jabbera do biblioteki iksemel i obsluga GG do libgadu Index: ChangeLog =================================================================== RCS file: /cvsroot/tleenx/tleenx2/ChangeLog,v retrieving revision 1.119 retrieving revision 1.119.2.1 diff -u -d -r1.119 -r1.119.2.1 --- ChangeLog 27 Aug 2006 22:22:43 -0000 1.119 +++ ChangeLog 26 Oct 2006 13:01:01 -0000 1.119.2.1 @@ -1,3 +1,7 @@ +czw paz 26 14:37:56 CEST 2006 + + * przeniesienie obslugi jabbera/xmpp z modulu tleenx3 [who_ami] + pon sie 28 00:19:28 CEST 2006 * poprawione wy¶wietlanie kontaktów na li¶cie przy w³±czonej opcji Index: Makefile.am =================================================================== RCS file: /cvsroot/tleenx/tleenx2/Makefile.am,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -d -r1.8 -r1.8.2.1 --- Makefile.am 21 Mar 2006 00:00:08 -0000 1.8 +++ Makefile.am 26 Oct 2006 13:01:02 -0000 1.8.2.1 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = iksemel jabby src plugins +SUBDIRS = src plugins man_MANS = tleenx2.1 EXTRA_DIST = \ autogen.sh \ Index: configure.in =================================================================== RCS file: /cvsroot/tleenx/tleenx2/configure.in,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -d -r1.9 -r1.9.2.1 --- configure.in 9 Apr 2006 21:01:46 -0000 1.9 +++ configure.in 26 Oct 2006 13:01:02 -0000 1.9.2.1 @@ -13,7 +13,7 @@ LIBS="$LIBS -L/usr/X11R6/lib/ -lXss -lX11 -lXext", exit -1, -L/usr/X11R6/lib/ -lX11 -lXext -lm) AC_CHECK_LIB(tlen, tlen_login, LIBS="$LIBS -ltlen", exit) -PKG_CHECK_MODULES(DEPS, gmodule-2.0 gthread-2.0,) +PKG_CHECK_MODULES(DEPS, gmodule-2.0 gthread-2.0 iksemel,) AC_SUBST(DEPS_CFLAGS) AC_SUBST(DEPS_LIBS) |