Mercurial > pidgin
diff src/protocols/yahoo/Makefile.mingw @ 12425:6066f8e2782d
[gaim-migrate @ 14732]
fix missing \ also some other cleanup that I had locally
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Fri, 09 Dec 2005 03:28:17 +0000 |
| parents | 4aafa0c63898 |
| children |
line wrap: on
line diff
--- a/src/protocols/yahoo/Makefile.mingw Thu Dec 08 23:38:36 2005 +0000 +++ b/src/protocols/yahoo/Makefile.mingw Fri Dec 09 03:28:17 2005 +0000 @@ -49,12 +49,8 @@ INCLUDE_PATHS += -I$(YAHOO_ROOT) \ -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) @@ -69,7 +65,7 @@ ## C_SRC = util.c \ - yahoo.c + yahoo.c \ yahoochat.c \ yahoo_auth.c \ yahoo_crypt.c \ @@ -79,7 +75,7 @@ yahoo_packet.c \ yahoo_picture.c \ yahoo_profile.c \ - ycht.c \ + ycht.c OBJECTS = $(C_SRC:%.c=%.o) @@ -89,10 +85,8 @@ ## LIBRARIES ## -LIBS = -lgtk-win32-2.0 \ +LIBS = \ -lglib-2.0 \ - -lgdk-win32-2.0 \ - -lgmodule-2.0 \ -lgobject-2.0 \ -lws2_32 \ -lintl \
