diff options
Diffstat (limited to 'cut-n-paste')
-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 += \ |