Revision 7fceecf6637c9d4f273bb0ce607b64449a0a47a4
wabz at pidgin.im
wabz at pidgin.im
Tue Apr 10 08:28:27 EDT 2007
o -----------------------------------------------------------------
| Revision: 7fceecf6637c9d4f273bb0ce607b64449a0a47a4
| Ancestor: cdac67e0225ff521cbed3664b6e73fb5dfed4818
| Author: wabz at pidgin.im
| Date: 2007-04-10T12:26:58
| Branch: im.pidgin.pidgin
|
| Modified files:
| finch/plugins/Makefile.am
|
| ChangeLog:
|
| gntclipboard plugin needs X11
|
| ============================================================
| --- finch/plugins/Makefile.am 788afb20a009ed2aa912ff2b4bcfc3ab38c6c3e0
| +++ finch/plugins/Makefile.am 2d06630faa439bf73d16c047254f0ce0347af399
| @@ -18,9 +18,10 @@ gntlastlog_la_SOURCES = lastlog.c
| gnthistory_la_SOURCES = gnthistory.c
| gntlastlog_la_SOURCES = lastlog.c
|
| +gntclipboard_la_CFLAGS = $(X11_CFLAGS)
| gntgf_la_CFLAGS = $(X11_CFLAGS)
|
| -gntclipboard_la_LIBADD = $(GLIB_LIBS)
| +gntclipboard_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS)
| gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/finch/libgnt/libgnt.la
| gnthistory_la_LIBADD = $(GLIB_LIBS)
| gntlastlog_la_LIBADD = $(GLIB_LIBS)
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 7fceecf6637c9d4f273bb0ce607b64449a0a47a4
More information about the Commits
mailing list