blob: 169ec6d64737b70a363d7db4d7083bda9bf59734 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- mpiosh/Makefile.in.orig Mon May 31 09:19:32 2004
+++ mpiosh/Makefile.in Mon May 31 09:20:36 2004
@@ -116,7 +116,7 @@
KERNEL_INCLUDE = @KERNEL_INCLUDE@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -liconv
LIBTOOL = @LIBTOOL@
LIBUSB_CONFIG = @LIBUSB_CONFIG@
LN_S = @LN_S@
|