* Make-mc.in: Don't ever link mcserv with libintl - it must not

depend on it.
This commit is contained in:
Pavel Roskin 2001-06-29 07:20:46 +00:00
parent a5281c3ee4
commit 5ff9f80ca8
2 changed files with 64 additions and 59 deletions

View File

@ -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> 2001-06-27 Andrew V. Samoilov <sav@bcs.zp.ua>
* smbfs.c: Include <config.h>. Make all internal variables static. * smbfs.c: Include <config.h>. Make all internal variables static.

View File

@ -16,7 +16,7 @@ CFLAGS = $(XCFLAGS)
CPPFLAGS = $(XCPPFLAGS) -I. $(SAMBA_INCLUDES) CPPFLAGS = $(XCPPFLAGS) -I. $(SAMBA_INCLUDES)
LDFLAGS = $(XLDFLAGS) LDFLAGS = $(XLDFLAGS)
DEFS = $(XDEFS) DEFS = $(XDEFS)
LIBS = @LINTL@ @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB) LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB)
INSTALL = @INSTALL@ INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755 INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@