Browse Source

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

Pavel Roskin 22 years ago
parent
commit
f2bb68f3c2
2 changed files with 6 additions and 1 deletions
  1. 5 0
      vfs/ChangeLog
  2. 1 1
      vfs/Makefile.am

+ 5 - 0
vfs/ChangeLog

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

+ 1 - 1
vfs/Makefile.am

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