diff options
author | Michael Adam <obnox@samba.org> | 2008-08-21 10:49:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-21 12:16:05 +0200 |
commit | fb0b833001d203dc43bb9f415e9792812194655a (patch) | |
tree | e7ccbbe9019c2d7c879a6e76a8580bf1925bcd01 | |
parent | f14e833c53cffc51439013930fd78c2e9fe47a2d (diff) | |
download | samba-fb0b833001d203dc43bb9f415e9792812194655a.tar.gz samba-fb0b833001d203dc43bb9f415e9792812194655a.tar.bz2 samba-fb0b833001d203dc43bb9f415e9792812194655a.zip |
libsmbclient examples: source/bin to the library search path for smbwrapper build
Michael
(This used to be commit fe62098666a16b31b025867f273d407e77152c4c)
-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 7f5c17c79f..eb470056e1 100644 --- a/examples/libsmbclient/smbwrapper/Makefile +++ b/examples/libsmbclient/smbwrapper/Makefile @@ -3,7 +3,7 @@ DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL) -LDFLAGS = -L/usr/local/samba/lib +LDFLAGS = -L/usr/local/samba/lib -L../../../source/bin SMBINCLUDE = -I../../../source/include CFLAGS= -fpic -g -O0 $(DEFS) $(SMBINCLUDE) |