From 3500923a2476c4211b43156415ddd7557273fb95 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 14 Mar 2012 17:15:17 -0300 Subject: /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line (https://github.com/mate-desktop/mate-document-viewer/issues/3) --- cut-n-paste/smclient/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am index 498ed756..f99d40b1 100644 --- a/cut-n-paste/smclient/Makefile.am +++ b/cut-n-paste/smclient/Makefile.am @@ -20,7 +20,8 @@ libsmclient_la_CFLAGS = \ $(AM_CFLAGS) libsmclient_la_LIBADD = \ - $(SMCLIENT_LIBS) + $(SMCLIENT_LIBS) \ + -lICE if WITH_SMCLIENT_XSMP libsmclient_la_SOURCES += \ -- cgit v1.2.1