diff options
author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-01-13 12:07:18 -0500 |
---|---|---|
committer | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-01-13 12:07:18 -0500 |
commit | d49ba81210970e44cc1c7179a959f74351684fdf (patch) | |
tree | 0936eae7caeedc9569ac182d4d276ae5b3cb80f9 /examples/libsmbclient/smbwrapper/Makefile | |
parent | c79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02 (diff) | |
download | samba-d49ba81210970e44cc1c7179a959f74351684fdf.tar.gz samba-d49ba81210970e44cc1c7179a959f74351684fdf.tar.bz2 samba-d49ba81210970e44cc1c7179a959f74351684fdf.zip |
Fix compile and linking errors since last this code was tested
(This used to be commit 2f432842442859f98ecd263464ce02821ab10fca)
Diffstat (limited to 'examples/libsmbclient/smbwrapper/Makefile')
-rw-r--r-- | examples/libsmbclient/smbwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/smbwrapper/Makefile b/examples/libsmbclient/smbwrapper/Makefile index c94ef8fa6a..726435319f 100644 --- a/examples/libsmbclient/smbwrapper/Makefile +++ b/examples/libsmbclient/smbwrapper/Makefile @@ -1,4 +1,4 @@ -LIBS = -lsmbclient -ldl +LIBS = -lwbclient -lsmbclient -ldl DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL) |