diff options
-rwxr-xr-x | pluma/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/Makefile.am b/pluma/Makefile.am index 62e880d0..00aea798 100755 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -41,7 +41,7 @@ libpluma_la_LIBADD = \ smclient/libeggsmclient.la # 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 pluma_LDFLAGS += -framework Carbon |