Mercurial > pidgin-twitter
changeset 279:071db91de7d8
Fix PIDGIN_TREE_TOP
author | Konosuke Watanabe <sasugaanija@gmail.com> |
---|---|
date | Sun, 14 Dec 2008 04:34:28 +0900 |
parents | c0cb589f6e05 |
children | 2e9fefd1a285 |
files | Makefile.mingw |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw Sun Dec 14 04:11:03 2008 +0900 +++ b/Makefile.mingw Sun Dec 14 04:34:28 2008 +0900 @@ -1,8 +1,8 @@ # define this variable if you use gtk common directory. GTK_COMMON = +PIDGIN_TREE_TOP = ../pidgin-2.5.2 ifneq ($(GTK_COMMON), ) -PIDGIN_TREE_TOP = $(GTK_COMMON) GLIB_TOP = $(GTK_COMMON) GTK_TOP = $(GTK_COMMON) ATK_TOP = $(GTK_COMMON) @@ -11,7 +11,6 @@ ICONV_TOP = $(GTK_COMMON) GETTEXT_TOP = $(GTK_COMMON) else -PIDGIN_TREE_TOP = ../pidgin-2.5.2 GLIB_TOP = ../glib-dev-2.16.5 GTK_TOP = ../gtk+-dev-2.12.11 ATK_TOP = ../atk-dev-1.22.0