mirror of https://github.com/MidnightCommander/mc
* Make-mc.in: Don't ever link mcserv with libintl - it must not
depend on it.
This commit is contained in:
parent
a5281c3ee4
commit
5ff9f80ca8
|
@ -1,3 +1,8 @@
|
|||
2001-06-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make-mc.in: Don't ever link mcserv with libintl - it must not
|
||||
depend on it.
|
||||
|
||||
2001-06-27 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* smbfs.c: Include <config.h>. Make all internal variables static.
|
||||
|
|
|
@ -16,7 +16,7 @@ CFLAGS = $(XCFLAGS)
|
|||
CPPFLAGS = $(XCPPFLAGS) -I. $(SAMBA_INCLUDES)
|
||||
LDFLAGS = $(XLDFLAGS)
|
||||
DEFS = $(XDEFS)
|
||||
LIBS = @LINTL@ @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB)
|
||||
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB)
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
|
Loading…
Reference in New Issue