* Makefile.am: Use mcserv_LDFLAGS, not mcserv_LDADD for the

libraries.
This commit is contained in:
Pavel Roskin 2002-08-23 21:22:43 +00:00
parent 214358fb02
commit f2bb68f3c2
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \