From: Gary K. <amc...@us...> - 2005-03-20 23:32:38
|
Update of /cvsroot/gaim-bnet/gaim-bnet/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17713/src Modified Files: Makefile.am Log Message: Made sure we linked against glib Also, the start of the autopackage stuff, this is going to need tweaking yet.. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/src/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 8 Jan 2005 11:13:03 -0000 1.7 --- Makefile.am 20 Mar 2005 23:32:16 -0000 1.8 *************** *** 11,14 **** --- 11,17 ---- libbnet_la_LDFLAGS = -module -avoid-version + libbnet_la_LIBADD = \ + $(GLIB_LIBS) + if PLUGINS |