mirror of https://github.com/MidnightCommander/mc
* Makefile.am: Use mcserv_LDFLAGS, not mcserv_LDADD for the
libraries.
This commit is contained in:
parent
214358fb02
commit
f2bb68f3c2
|
@ -1,3 +1,8 @@
|
|||
2002-08-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am: Use mcserv_LDFLAGS, not mcserv_LDADD for the
|
||||
libraries.
|
||||
|
||||
2002-08-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* mcserv.c: Remove old-style Linux-only support for shadow
|
||||
|
|
|
@ -102,7 +102,7 @@ endif
|
|||
|
||||
mcserv_SOURCES = mcserv.c tcputil.c
|
||||
|
||||
mcserv_LDFLAGS = $(TERMNET) $(PAMLIBS) $(LCRYPT) $(GLIB_LIBS)
|
||||
mcserv_LDADD = $(TERMNET) $(PAMLIBS) $(LCRYPT) $(GLIB_LIBS)
|
||||
|
||||
SAMBA_DIST = \
|
||||
Makefile.in \
|
||||
|
|
Loading…
Reference in New Issue