diff options
author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-03-03 18:13:33 -0500 |
---|---|---|
committer | Karolin Seeger <ks@sernet.de> | 2008-03-04 09:02:42 +0100 |
commit | 2f0a61564ae080b027d43d77428d290fd8ca017b (patch) | |
tree | e0a6d6892e148222a922582a5f75aa2412dbc70f /source3/Makefile.in | |
parent | 8cd0cf153e409dd49e66bd500fad8501371a83a5 (diff) | |
download | samba-2f0a61564ae080b027d43d77428d290fd8ca017b.tar.gz samba-2f0a61564ae080b027d43d77428d290fd8ca017b.tar.bz2 samba-2f0a61564ae080b027d43d77428d290fd8ca017b.zip |
Continued revamping of libsmbclient.
- James suggested using gcc's "deprecated" attribute to mark the context
structure fields to generate warnings. This creates a scenario with the
best of all worlds. I'm able to move to an organization that more easily
allows future enhancements, while avoiding any mandatory changes by
applications. Thanks, James!
- Updated WHATSNEW.txt so that it accurately reflects the current state of
affairs.
Derrell
(cherry picked from commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
(This used to be commit 046653403fadfa2d42decce7048eca6321b321c6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index ddeac06dc0..44ac6622de 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -768,6 +768,7 @@ LIBSMBCLIENT_OBJ0 = \ libsmb/libsmb_server.o \ libsmb/libsmb_stat.o \ libsmb/libsmb_xattr.o \ + libsmb/libsmb_setget.o \ $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \ $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(RPC_PARSE_OBJ) \ |