diff -urN xfce4-session-4.4.1.orig/engines/mice/Makefile.am xfce4-session-4.4.1/engines/mice/Makefile.am --- xfce4-session-4.4.1.orig/engines/mice/Makefile.am 2007-04-09 21:06:34 +0400 +++ xfce4-session-4.4.1/engines/mice/Makefile.am 2007-10-15 18:01:43 +0400 @@ -17,7 +17,9 @@ -module libmice_la_LIBADD = \ - $(top_builddir)/libxfsm/libxfsm-4.2.la + $(top_builddir)/libxfsm/libxfsm-4.2.la \ + -lgtk-x11-2.0 \ + -lgdk_pixbuf-2.0 if HAVE_OS_CYGWIN libmice_la_LIBADD += \ @@ -37,7 +39,9 @@ @LIBXFCEGUI4_CFLAGS@ generate_LDADD = \ - @LIBXFCEGUI4_LIBS@ + @LIBXFCEGUI4_LIBS@ \ + -lgtk-x11-2.0 \ + -lgdk_pixbuf-2.0 EXTRA_DIST = \ diff -urN xfce4-session-4.4.1.orig/xfsm-shutdown-helper/Makefile.am xfce4-session-4.4.1/xfsm-shutdown-helper/Makefile.am --- xfce4-session-4.4.1.orig/xfsm-shutdown-helper/Makefile.am 2007-04-09 21:06:35 +0400 +++ xfce4-session-4.4.1/xfsm-shutdown-helper/Makefile.am 2007-10-15 18:05:49 +0400 @@ -9,4 +9,6 @@ $(LIBXFCE4UTIL_CFLAGS) xfsm_shutdown_helper_LDFLAGS = \ - $(LIBXFCE4UTIL_LIBS) + $(LIBXFCE4UTIL_LIBS) \ + -lglib-2.0 +