* Makefile.am: Consolidate mcserv libraries into MCSERVLIBS.

This commit is contained in:
Pavel Roskin 2002-11-17 01:00:42 +00:00
parent fc66f7adb3
commit 56d650bbf1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-16 Pavel Roskin <proski@gnu.org>
* Makefile.am: Consolidate mcserv libraries into MCSERVLIBS.
2002-11-15 Pavel Roskin <proski@gnu.org>
* mcserv.c: Include getopt.h, don't redefine optarg.

View File

@ -99,7 +99,7 @@ endif
mcserv_SOURCES = mcserv.c mcfsutil.c
mcserv_LDADD = $(PAMLIBS) $(LCRYPT)
mcserv_LDADD = $(MCSERVLIBS)
SAMBA_DIST = \
Makefile.in \