|
[Gaim-commits] CVS: gaim/src/protocols/simple Makefile.am,1.2,1.3 ntlm.c,1.1,NONE ntlm.h,1.1,NONE
From: Thomas Butter <tbutter@us...> - 2005-08-30 18:24
|
Update of /cvsroot/gaim/gaim/src/protocols/simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17201 Modified Files: Makefile.am Removed Files: ntlm.c ntlm.h Log Message: moved ntlm to core Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/simple/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- Makefile.am 27 Aug 2005 09:25:15 -0000 1.2 +++ Makefile.am 30 Aug 2005 18:23:58 -0000 1.3 @@ -7,12 +7,10 @@ SIMPLESOURCES = \ sipmsg.h \ digcalc.c \ digcalc.h \ - ntlm.c \ - ntlm.h \ srvresolve.h \ srvresolve.c -AM_CFLAGS = $(st) -lresolv +AM_CFLAGS = $(st) libsimple_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) --- ntlm.c DELETED --- --- ntlm.h DELETED --- |
| Thread | Author | Date |
|---|---|---|
| [Gaim-commits] CVS: gaim/src/protocols/simple Makefile.am,1.2,1.3 ntlm.c,1.1,NONE ntlm.h,1.1,NONE | Thomas Butter <tbutter@us...> |