changeset 16046:42c6d1d81bec

gntclipboard plugin needs X11
author Richard Nelson <wabz@pidgin.im>
date Tue, 10 Apr 2007 12:26:58 +0000
parents 1d1f8edc5f5f
children 76f9153c5b29
files finch/plugins/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/plugins/Makefile.am	Tue Apr 10 12:09:43 2007 +0000
+++ b/finch/plugins/Makefile.am	Tue Apr 10 12:26:58 2007 +0000
@@ -18,9 +18,10 @@
 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)