diff src/protocols/sametime/meanwhile/Makefile.am @ 11949:47e1723a89d7

[gaim-migrate @ 14240] this should keep the test builds from breaking. In the absence of GMP, Sametime will be removed from the build committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 02 Nov 2005 04:32:28 +0000
parents 0110fc7c6a8a
children 721b3bbbaa6a
line wrap: on
line diff
--- a/src/protocols/sametime/meanwhile/Makefile.am	Wed Nov 02 04:20:46 2005 +0000
+++ b/src/protocols/sametime/meanwhile/Makefile.am	Wed Nov 02 04:32:28 2005 +0000
@@ -38,11 +38,14 @@
 	st_list.c
 
 AM_CFLAGS = \
-	$(GLIB_CFLAGS) \
+	$(GLIB_CFLAGS) $(GMP_CFLAGS) \
 	$(DEBUG_CFLAGS) \
 	-I$(top_srcdir)/src 
 
 libmeanwhile_la_SOURCES = $(MEANWHILESOURCES)
+
+libmeanwhile_la_LIBADD = $(GLIB_LIBS) $(GMP_LIBS)
+
 st =
 noinst_LTLIBRARIES = libmeanwhile.la