Tue, 29 Nov 2005 23:31:40 +0000
[gaim-migrate @ 14563]
Removed the dependancy on libgmp, opting to use the public domain libmpi code
instead. Bringing over updates to the places service which should fix some
crash bugs.
| 12261 | 1 | |
| 2 | noinst_LTLIBRARIES = libmpi.la | |
| 3 | ||
| 4 | libmpi_la_SOURCES = mpi.c | |
| 5 | ||
| 6 | noinst_HEADERS = logtab.h mpi-config.h mpi.h mpi-types.h | |
| 7 |