diff options
author | Michael Adam <obnox@samba.org> | 2009-04-01 01:56:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-04-01 10:41:34 +0200 |
commit | b79157f602163c671a413202424652e35c973b12 (patch) | |
tree | d8119390265a878fe0a1486ec356a3728ee3cd19 | |
parent | 15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6 (diff) | |
download | samba-b79157f602163c671a413202424652e35c973b12.tar.gz samba-b79157f602163c671a413202424652e35c973b12.tar.bz2 samba-b79157f602163c671a413202424652e35c973b12.zip |
s3:build: add LIBSMBCLIENT_LIBS and LIBSMBSHAREMODES_LIBS to Makefile
for completeness
Michael
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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@ |