diff src/protocols/sametime/Makefile.mingw @ 12496:f9d0ab1474ac

[gaim-migrate @ 14808] removing meanwhile library code from gaim tree, use libmeanwhile-1.0.0 instead if available to enable the sametime plugin. also fixing a status message bug due to unescaped markup committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Fri, 16 Dec 2005 04:08:05 +0000
parents deb955f7ebb7
children 29c034547358
line wrap: on
line diff
--- a/src/protocols/sametime/Makefile.mingw	Fri Dec 16 03:34:01 2005 +0000
+++ b/src/protocols/sametime/Makefile.mingw	Fri Dec 16 04:08:05 2005 +0000
@@ -47,14 +47,13 @@
 ##
 
 INCLUDE_PATHS +=	-I$(SAMETIME_ROOT) \
-			-I$(SAMETIME_ROOT)/meanwhile \
-			-I$(SAMETIME_ROOT)/meanwhile/mpi \
 			-I$(GTK_TOP)/include \
 			-I$(GTK_TOP)/include/glib-2.0 \
 			-I$(GTK_TOP)/lib/glib-2.0/include \
 			-I$(GAIM_TOP)/src \
 			-I$(GAIM_TOP)/src/win32 \
-			-I$(GAIM_TOP)
+			-I$(GAIM_TOP) \
+			$(MEANWHILE_CFLAGS)
 
 LIB_PATHS =		-L$(GTK_TOP)/lib \
 			-L$(GAIM_TOP)/src
@@ -64,25 +63,7 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =		meanwhile/mpi/mpi.c \
-		meanwhile/channel.c \
-		meanwhile/cipher.c \
-		meanwhile/common.c \
-		meanwhile/error.c \
-		meanwhile/message.c \
-		meanwhile/mw_debug.c \
-		meanwhile/mw_util.c \
-		meanwhile/service.c \
-		meanwhile/session.c \
-		meanwhile/srvc_aware.c \
-		meanwhile/srvc_conf.c \
-		meanwhile/srvc_ft.c \
-		meanwhile/srvc_im.c \
-		meanwhile/srvc_place.c \
-		meanwhile/srvc_resolve.c \
-		meanwhile/srvc_store.c \
-		meanwhile/st_list.c \
-		sametime.c
+C_SRC =		sametime.c
 
 OBJECTS = $(C_SRC:%.c=%.o)
 
@@ -96,8 +77,8 @@
 		-lgobject-2.0 \
 		-lintl \
 		-lws2_32 \
-		-lgaim
-
+		-lgaim \
+		$(MEANWHILE_LIBS)
 
 ##
 ## RULES