From: Gary K. <amc...@us...> - 2005-02-07 21:59:12
|
Update of /cvsroot/gaim-bnet/gaim-bnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26098 Modified Files: Makefile.am configure.ac Log Message: this should work nicely.. Index: configure.ac =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.ac 8 Jan 2005 10:55:35 -0000 1.4 --- configure.ac 7 Feb 2005 21:59:00 -0000 1.5 *************** *** 128,131 **** --- 128,133 ---- doc/Makefile intl/Makefile + nsis/Makefile + nsis/translations/Makefile pixmaps/Makefile po/Makefile.in Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 7 Feb 2005 21:53:27 -0000 1.5 --- Makefile.am 7 Feb 2005 21:59:00 -0000 1.6 *************** *** 8,14 **** gaim-bnet-installer.nsi \ bnet_config.h.mingw \ ! po/ChangeLog ! SUBDIRS = doc intl pixmaps po src BUILT_SOURCES = bnet_config.h --- 8,15 ---- gaim-bnet-installer.nsi \ bnet_config.h.mingw \ ! po/ChangeLog \ ! po/Makefile.mingw ! SUBDIRS = doc intl nsis pixmaps po src BUILT_SOURCES = bnet_config.h |