/usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line
This commit is contained in:
parent
bd3372e213
commit
3fe8f220a9
|
@ -41,7 +41,7 @@ libpluma_la_LIBADD = \
|
||||||
smclient/libeggsmclient.la
|
smclient/libeggsmclient.la
|
||||||
|
|
||||||
# PLUMA_LIBS must be the last to ensure correct order on some platforms
|
# PLUMA_LIBS must be the last to ensure correct order on some platforms
|
||||||
libpluma_la_LIBADD += $(PLUMA_LIBS)
|
libpluma_la_LIBADD += $(PLUMA_LIBS) -lICE
|
||||||
|
|
||||||
if OS_OSX
|
if OS_OSX
|
||||||
pluma_LDFLAGS += -framework Carbon
|
pluma_LDFLAGS += -framework Carbon
|
||||||
|
|
Loading…
Reference in New Issue