Mercurial > pidgin
changeset 15322:daf402269760
[gaim-migrate @ 18113]
Slightly modified patch from Brad Smith:
"At the moment there is a bug with the console UI's plug-in gntgf
Makefile. The bug is that the X header path is not passed along
from AM_CPPFLAGS thus causing gaim to fail to compile the plug-in
as shown below. This is fixed by simply adding X11_CFLAGS to
AM_CPPFLAGS."
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Jan 2007 05:39:11 +0000 |
parents | 3fe87798b059 |
children | 99dcbb8c4557 |
files | COPYRIGHT console/plugins/Makefile.am |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Fri Jan 12 02:50:08 2007 +0000 +++ b/COPYRIGHT Fri Jan 12 05:39:11 2007 +0000 @@ -294,6 +294,7 @@ John Silvestri Craig Slusher Alex Smith +Brad Smith Malcolm Smith David Smock Phil Snowberger
--- a/console/plugins/Makefile.am Fri Jan 12 02:50:08 2007 +0000 +++ b/console/plugins/Makefile.am Fri Jan 12 05:39:11 2007 +0000 @@ -13,7 +13,9 @@ gntgf_la_SOURCES = gntgf.c gnthistory_la_SOURCES = gnthistory.c -gntlastlog_la_SOURCES = lastlog.c +gntlastlog_la_SOURCES = lastlog.c + +gntgf_la_CFLAGS = $(X11_CFLAGS) gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la gnthistory_la_LIBADD = $(GLIB_LIBS)