Mercurial > pidgin
diff pidgin/Makefile.mingw @ 16232:e8173e12182a
Add cairo to the mingw build include path. Fixes #175 .
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 17 Apr 2007 14:11:56 +0000 |
| parents | ded8da3de5f8 |
| children | 1843c0180fbe |
line wrap: on
line diff
--- a/pidgin/Makefile.mingw Tue Apr 17 11:14:50 2007 +0000 +++ b/pidgin/Makefile.mingw Tue Apr 17 14:11:56 2007 +0000 @@ -39,6 +39,7 @@ -I$(GTK_TOP)/include/gtk-2.0 \ -I$(GTK_TOP)/include/pango-1.0 \ -I$(GTK_TOP)/include/atk-1.0 \ + -I$(GTK_TOP)/include/cairo \ -I$(GTK_TOP)/lib/gtk-2.0/include \ -I$(GTKSPELL_TOP) \ -I$(ASPELL_TOP)/include
