diff options
author | Perberos <[email protected]> | 2012-03-14 17:15:17 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-14 17:15:17 -0300 |
commit | 3500923a2476c4211b43156415ddd7557273fb95 (patch) | |
tree | 125d136c7c7ce5e13c54b3e8a4c86c1fbf894dd2 /cut-n-paste/smclient/Makefile.am | |
parent | 7a506b7325e98150fe1b1e1ac8b1d51050f1ad71 (diff) | |
download | atril-3500923a2476c4211b43156415ddd7557273fb95.tar.bz2 atril-3500923a2476c4211b43156415ddd7557273fb95.tar.xz |
/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)
Diffstat (limited to 'cut-n-paste/smclient/Makefile.am')
-rw-r--r-- | cut-n-paste/smclient/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 += \ |