diff src/protocols/gg/Makefile.mingw @ 11360:cf15c1cdcfbd

[gaim-migrate @ 13582] New Gadu-Gadu implementation. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 28 Aug 2005 22:46:01 +0000
parents bb7723f0b4b9
children 3c536224f0d0
line wrap: on
line diff
--- a/src/protocols/gg/Makefile.mingw	Sun Aug 28 22:21:24 2005 +0000
+++ b/src/protocols/gg/Makefile.mingw	Sun Aug 28 22:46:01 2005 +0000
@@ -48,6 +48,7 @@
 ##
 
 INCLUDE_PATHS +=	-I$(GG_ROOT) \
+			-I$(GG_ROOT)/lib \
 			-I$(GTK_TOP)/include \
 			-I$(GTK_TOP)/include/gtk-2.0 \
 			-I$(GTK_TOP)/include/glib-2.0 \
@@ -68,9 +69,18 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =			libgg.c \
-		  	common.c \
-		  	gg.c
+C_SRC =	\
+	lib/common.c \
+	lib/dcc.c \
+	lib/events.c \
+	lib/http.c \
+	lib/libgadu.c \
+	lib/obsolete.c \
+	lib/pubdir.c \
+	lib/pubdir50.c \
+	lib/compat.h \
+	lib/libgadu.h \
+	gg.c
 
 OBJECTS = $(C_SRC:%.c=%.o)