diff options
| author | Perberos <[email protected]> | 2012-03-09 16:26:16 -0300 | 
|---|---|---|
| committer | Perberos <[email protected]> | 2012-03-09 16:26:16 -0300 | 
| commit | dece7b096dda9113d5a2b7e5cdbc42b23829c4da (patch) | |
| tree | a302efba2648c72df03eced5b8557b0dc845e308 /src | |
| parent | 636a84135f0be37b168ecc36714f6a98a3f137d1 (diff) | |
| download | mate-terminal-dece7b096dda9113d5a2b7e5cdbc42b23829c4da.tar.bz2 mate-terminal-dece7b096dda9113d5a2b7e5cdbc42b23829c4da.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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 9e34a8b..cdada83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,7 +83,7 @@ mate_terminal_CFLAGS = \  	$(WARN_CFLAGS) \  	$(AM_CFLAGS) -mate_terminal_LDFLAGS = +mate_terminal_LDFLAGS = -lICE  mate_terminal_LDADD = \  	skey/libskey.la \ | 
