c690882f5a
- bump NEED_VERSION -- Ok'd by maintainer
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
--- src/Makefile.in.orig Wed Mar 20 17:51:50 2002
|
|
+++ src/Makefile.in Wed Mar 20 17:52:06 2002
|
|
@@ -87,7 +87,7 @@
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -liconv
|
|
gq_OBJECTS = mainwin.o browse.o schema.o schemabrowse.o template.o gq.o \
|
|
search.o tinput.o configfile.o prefs.o util.o errorchain.o ldif.o \
|
|
formfill.o input.o encode.o filter.o debug.o
|