comparison src/protocols/sametime/meanwhile/Makefile.am @ 12261:2edf5dc1b2ea

[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. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Tue, 29 Nov 2005 23:31:40 +0000
parents 721b3bbbaa6a
children
comparison
equal deleted inserted replaced
12260:0a9574ed62cd 12261:2edf5dc1b2ea
1 SUBDIRS = mpi
2
1 noinst_HEADERS = \ 3 noinst_HEADERS = \
2 mw_channel.h \ 4 mw_channel.h \
3 mw_cipher.h \ 5 mw_cipher.h \
4 mw_common.h \ 6 mw_common.h \
5 mw_debug.h \ 7 mw_debug.h \
36 srvc_store.c \ 38 srvc_store.c \
37 srvc_resolve.c \ 39 srvc_resolve.c \
38 st_list.c 40 st_list.c
39 41
40 AM_CFLAGS = \ 42 AM_CFLAGS = \
41 $(GLIB_CFLAGS) $(GMP_CFLAGS) \ 43 $(GLIB_CFLAGS) \
42 $(DEBUG_CFLAGS) \ 44 $(DEBUG_CFLAGS) \
43 -DG_LOG_DOMAIN=\"meanwhile\" 45 -DG_LOG_DOMAIN=\"meanwhile\"
44 -I$(top_srcdir)/src 46 -I$(top_srcdir)/src
45 47
46 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES) 48 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES)
47 49
48 libmeanwhile_la_LIBADD = $(GLIB_LIBS) $(GMP_LIBS) 50 libmeanwhile_la_LIBADD = $(GLIB_LIBS) mpi/libmpi.la
49 51
50 st = 52 st =
51 noinst_LTLIBRARIES = libmeanwhile.la 53 noinst_LTLIBRARIES = libmeanwhile.la
52 54