From b79157f602163c671a413202424652e35c973b12 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 1 Apr 2009 01:56:02 +0200 Subject: s3:build: add LIBSMBCLIENT_LIBS and LIBSMBSHAREMODES_LIBS to Makefile for completeness Michael --- source3/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index fdd845f06e..0612740b6d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -79,6 +79,8 @@ LIBTALLOC_LIBS=@LIBTALLOC_LIBS@ LIBTDB_LIBS=@LIBTDB_LIBS@ LIBNETAPI_LIBS=@LIBNETAPI_LIBS@ LIBLUA_LIBS=@LIBLUA_LIBS@ +LIBSMBCLIENT_LIBS=@LIBSMBCLIENT_LIBS@ +LIBSMBSHAREMODES_LIBS=@LIBSMBSHAREMODES_LIBS@ INSTALLCMD=@INSTALL@ INSTALLLIBCMD_SH=@INSTALLLIBCMD_SH@ -- cgit