src/protocols/sametime/Makefile.mingw

changeset 12268
55a202e87e18
parent 11091
1e518b98be44
child 12496
788b20ccec91
--- a/src/protocols/sametime/Makefile.mingw	Wed Nov 30 01:49:54 2005 +0000
+++ b/src/protocols/sametime/Makefile.mingw	Wed Nov 30 02:49:43 2005 +0000
@@ -48,13 +48,10 @@
 
 INCLUDE_PATHS +=	-I$(SAMETIME_ROOT) \
 			-I$(SAMETIME_ROOT)/meanwhile \
+			-I$(SAMETIME_ROOT)/meanwhile/mpi \
 			-I$(GTK_TOP)/include \
-			-I$(GTK_TOP)/include/gtk-2.0 \
 			-I$(GTK_TOP)/include/glib-2.0 \
-			-I$(GTK_TOP)/include/pango-1.0 \
-			-I$(GTK_TOP)/include/atk-1.0 \
 			-I$(GTK_TOP)/lib/glib-2.0/include \
-			-I$(GTK_TOP)/lib/gtk-2.0/include \
 			-I$(GAIM_TOP)/src \
 			-I$(GAIM_TOP)/src/win32 \
 			-I$(GAIM_TOP)
@@ -67,23 +64,25 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =		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_resolve.c	\
-			meanwhile/srvc_store.c		\
-			meanwhile/st_list.c			\
-			sametime.c
+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
 
 OBJECTS = $(C_SRC:%.c=%.o)
 
@@ -92,14 +91,12 @@
 ## LIBRARIES
 ##
 
-LIBS =		-lgtk-win32-2.0 \
-			-lglib-2.0 \
-			-lgdk-win32-2.0 \
-			-lgmodule-2.0 \
-			-lgobject-2.0 \
-			-lintl \
-			-lws2_32 \
-			-lgaim
+LIBS =		\
+		-lglib-2.0 \
+		-lgobject-2.0 \
+		-lintl \
+		-lws2_32 \
+		-lgaim
 
 
 ##

mercurial